Skip to main content

Add a schedule to my Dependabot updates

ID
06e5eed
date
2024-06-02 09:39:19+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
c4a8daf
message
Add a schedule to my Dependabot updates

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

Changed files

.github/dependabot.yml (203) → .github/dependabot.yml (243)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 47a31bc..9452b32 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,7 +4,9 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+      time: "09:00"
   - package-ecosystem: "pip"
     directory: "/"
     schedule:
       interval: "daily"
+      time: "09:00"