From 7e1e33d221b346445f44da5c404ef13dbd2887b3 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 12 May 2023 11:02:40 -0700 Subject: [PATCH] Have :dependabot: watch github-actions (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've got several very outdated actions in the workflows within this repo... so let's get :dependabot: on the case! 🕵️ --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76853fd..403b308 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"