From b4ad7f32359482c03bf4f482b7fbe20dfe84e156 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 16 Jun 2023 08:26:07 -0500 Subject: [PATCH] Add 'github-actions' config to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39fea0fc..7b808398 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly