Skip to content

Commit 5eb979e

Browse files
authored
Merge pull request #92 from github/cleancut/dependabot-cron
Predictable Dependabot
2 parents 84f862c + 65d9835 commit 5eb979e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yaml

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

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

0 commit comments

Comments
 (0)