Skip to content

Commit a9a27cf

Browse files
chore: add cooldown to npm dependabot configuration
- Add 15-day cooldown period to npm dependency update configurations
1 parent 00b792d commit a9a27cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ updates:
4141
- patch
4242
patterns:
4343
- '*'
44+
45+
cooldown:
46+
default-days: 15

0 commit comments

Comments
 (0)