Skip to content

Commit 113e7cd

Browse files
committed
chore: add Dependabot release cooldowns
1 parent a294d33 commit 113e7cd

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
version: 2
22

33
updates:
4-
# Keep the repository's existing security-update-only policy while applying
5-
# consistent ownership to both Yarn lockfiles.
4+
# Wait for routine releases to stabilize before Dependabot proposes them.
5+
# GitHub intentionally bypasses cooldowns for known vulnerability fixes.
66
- package-ecosystem: npm
77
directories:
88
- '/'
99
- '/playground'
1010
schedule:
1111
interval: weekly
12-
open-pull-requests-limit: 0
12+
cooldown:
13+
default-days: 7
14+
semver-patch-days: 7
15+
semver-minor-days: 14
16+
semver-major-days: 30
17+
open-pull-requests-limit: 5
1318
assignees:
1419
- sadjow
1520
reviewers:

0 commit comments

Comments
 (0)