Skip to content

Commit 3622e54

Browse files
authored
Predictable Dependabot (#292)
* set dependabot to run at 05:00 UTC on the first Sunday of the month * switch to known-working syntax
1 parent fbd97df commit 3622e54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "cron"
7+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
78

89
- package-ecosystem: "github-actions"
910
directory: "/"
1011
schedule:
11-
interval: "monthly"
12+
interval: "cron"
13+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC

0 commit comments

Comments
 (0)