Skip to content

Commit a4ee6a6

Browse files
committed
set dependabot to run at 05:00 UTC on the first Sunday of the month
1 parent 84f862c commit a4ee6a6

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 8-14 * 0" # Second Sunday 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 8-14 * 0" # Second Sunday of each month at 05:00 UTC

0 commit comments

Comments
 (0)