Skip to main content

Add an explicit time for Dependabot updates

ID
7bd4ddd
date
2025-02-18 22:22:00+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
04b5e5f
message
Add an explicit time for Dependabot updates

For 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 9ab24ed..9db3071 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,8 +5,10 @@ updates:
     schedule:
       interval: "weekly"
       day: "monday"
+      time: "09:00"
   - package-ecosystem: "cargo"
     directory: "/"
     schedule:
       interval: "weekly"
       day: "monday"
+      time: "09:00"