Skip to main content

Add an explicit day of the week for Dependabot updates

ID
774ba62
date
2025-02-18 22:22:26+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
44166c8
message
Add an explicit day of the week for Dependabot updates

https://github.com/alexwlchan/alexwlchan/issues/21
changed files
1 file, 2 additions

Changed files

.github/dependabot.yml (247) → .github/dependabot.yml (287)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 892e732..9db3071 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,9 +4,11 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+      day: "monday"
       time: "09:00"
   - package-ecosystem: "cargo"
     directory: "/"
     schedule:
       interval: "weekly"
+      day: "monday"
       time: "09:00"