Skip to content

Commit 2aae0fd

Browse files
chore: add cooldown to npm dependabot configuration (#785)
- Add 15-day cooldown period to npm dependency update configurations
1 parent a9844a1 commit 2aae0fd

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
@@ -17,3 +17,6 @@ updates:
1717
include: scope
1818
allow:
1919
- dependency-type: "development"
20+
21+
cooldown:
22+
default-days: 15

0 commit comments

Comments
 (0)