Skip to main content

Switch to weekly updates for Dependabot

ID
3d36b98
date
2025-02-22 00:32:14+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b841b1f
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"