Skip to main content

Switch to weekly updates for Dependabot

ID
4c42119
date
2025-04-17 14:16:32+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
ccdb58f
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 (245) → .github/dependabot.yml (287)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8793ce4..9db3071 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: "cargo"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "monday"
       time: "09:00"