From 0f49be77223c1a89ca80eb8cea911e6ac3e2a52d Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 19 Sep 2023 11:59:01 -0700 Subject: [PATCH] Fix dependabot to update github actions (#1057) Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88b0d5f48..99602049f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ ---- version: 2 updates: + - package-ecosystem: "github-actions" directory: "/" - interval: - schedule: "monthly" + schedule: + interval: "weekly"