Switch to weekly updates for Dependabot
- ID
b04a6b4- date
2025-02-21 23:58:04+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
1350394- message
Switch to weekly updates for Dependabot For https://github.com/alexwlchan/alexwlchan/issues/21- changed files
1 file, 4 additions, 2 deletions
Changed files
.github/dependabot.yml (243) → .github/dependabot.yml (285)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9452b32..6a21153 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,10 +3,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
+ day: "monday"
time: "09:00"
- package-ecosystem: "pip"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
+ day: "monday"
time: "09:00"