Skip to content

Commit 8a958b1

Browse files
committed
Fix typo in dependabot schedule
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 5c8ec7c commit 8a958b1

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
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
internal: "cron"
6+
interval: "cron"
77
cronjob: 0 0 8 * * 2,4 *
88
open-pull-requests-limit: 10
99
groups:

0 commit comments

Comments
 (0)