Skip to content

Commit 9bb3d9d

Browse files
committed
Fix cron expression for dependabot schedule
It seems like it only accepts 5 part expressions, and I supplied a 7 part expression. Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 709a802 commit 9bb3d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "cron"
7-
cronjob: 0 0 8 * * 2,4 *
7+
cronjob: 0 8 * * 2,4
88
open-pull-requests-limit: 10
99
groups:
1010
typescript-eslint:

0 commit comments

Comments
 (0)