Skip to content

Commit cde9c8c

Browse files
committed
Surround cron expression for dependabot in doublequotes
It may have been treated as a two element list instead of string Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 4f1e0cd commit cde9c8c

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