Skip to content

Commit b3686cc

Browse files
chore: add cooldown to npm dependabot configuration (#3173)
- Add 15-day cooldown period to npm dependency update configurations
1 parent f65855d commit b3686cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ updates:
6666
- minor
6767
- patch
6868
patterns:
69-
- '*'
69+
- '*'
70+
cooldown:
71+
default-days: 15

0 commit comments

Comments
 (0)