Skip to content

Commit 618a3d2

Browse files
chore: add cooldown to npm dependabot configuration (#2610)
- Add 15-day cooldown period to npm dependency update configurations
1 parent b42eff3 commit 618a3d2

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
@@ -46,3 +46,6 @@ updates:
4646
patterns:
4747
- '*'
4848

49+
50+
cooldown:
51+
default-days: 15

0 commit comments

Comments
 (0)