From c25df883d98601363b519d68ec50e529ad828343 Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Fri, 17 May 2024 08:48:24 -0400 Subject: [PATCH] Also update GitHub Actions with Dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36b24f2..8c40ed4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"