From 29b5a2615a154cca0a6be42092dae5611cdde17e Mon Sep 17 00:00:00 2001 From: ljstella Date: Wed, 3 Jul 2024 10:06:36 -0500 Subject: [PATCH] Add GH Actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d6bfb30c..d25f88efc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: daily time: "14:00" open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"