Skip to main content

Add a schedule to my Dependabot updates

ID
e5d1ce4
date
2024-06-14 09:13:39+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
16edf2a
message
Add a schedule to my Dependabot updates

For alexwlchan/alexwlchan#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"