Skip to content

Commit d73b439

Browse files
committed
Fix dependabot cron expression
It only accepts a 5 part expression, and I supplied a 7 part one. Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent c7b9b11 commit d73b439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)