Skip to content

Commit c54cf85

Browse files
committed
switch to known-working syntax
1 parent 4275a19 commit c54cf85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "cron"
12-
cronjob: "0 5 1-7 * 0" # First Sunday of each month at 05:00 UTC
12+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
1313

1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:
1717
interval: "cron"
18-
cronjob: "0 5 1-7 * 0" # First Sunday of each month at 05:00 UTC
18+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC

0 commit comments

Comments
 (0)