Skip to content

Commit a8b9939

Browse files
committed
Fix days key
1 parent 53f3205 commit a8b9939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
day: "friday"
1111
time: "00:00"
1212
cooldown:
13-
days: 7
13+
default-days: 7
1414
# Maintain dependencies for Github Actions
1515
- package-ecosystem: "github-actions"
1616
directory: "/"
@@ -23,4 +23,4 @@ updates:
2323
patterns:
2424
- "actions/*"
2525
cooldown:
26-
days: 7
26+
default-days: 7

0 commit comments

Comments
 (0)