Skip to content

Commit 6cb1762

Browse files
authored
Introduce cooldown period for Dependabot updates (#351)
1 parent e63644a commit 6cb1762

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ updates:
1212
dev-deps:
1313
dependency-type: 'development'
1414
exclude-patterns: ['eslint', 'eslint-*']
15+
cooldown:
16+
default-days: 7
1517

1618
- package-ecosystem: github-actions
1719
directory: '/'
@@ -20,3 +22,5 @@ updates:
2022
open-pull-requests-limit: 3
2123
labels:
2224
- 'pr: dependencies'
25+
cooldown:
26+
default-days: 7

0 commit comments

Comments
 (0)