Skip to content

Commit d85f905

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ updates:
3838
- '>=12.0.0'
3939

4040
# Enable version updates for GitHub Actions
41+
cooldown:
42+
default-days: 15
4143
- package-ecosystem: 'github-actions'
4244
directory: '/'
4345
schedule:

0 commit comments

Comments
 (0)