Skip to content

Commit da0dcd5

Browse files
sserrataclaude
andcommitted
fix: correct Dependabot cooldown configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43f949f commit da0dcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: weekly
77
cooldown:
8-
days: 3
8+
default-days: 3
99
groups:
1010
react:
1111
patterns:
@@ -17,4 +17,4 @@ updates:
1717
schedule:
1818
interval: weekly
1919
cooldown:
20-
days: 3
20+
default-days: 3

0 commit comments

Comments
 (0)