Skip to content

Commit 65d9835

Browse files
committed
switch to known-working syntax
1 parent a4ee6a6 commit 65d9835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "cron"
8-
cronjob: "0 5 8-14 * 0" # Second Sunday of each month at 05:00 UTC
8+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
99

1010
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:
1313
interval: "cron"
14-
cronjob: "0 5 8-14 * 0" # Second Sunday of each month at 05:00 UTC
14+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC

0 commit comments

Comments
 (0)