There was an error while loading. Please reload this page.
1 parent a294d33 commit 113e7cdCopy full SHA for 113e7cd
1 file changed
.github/dependabot.yml
@@ -1,15 +1,20 @@
1
version: 2
2
3
updates:
4
- # Keep the repository's existing security-update-only policy while applying
5
- # consistent ownership to both Yarn lockfiles.
+ # Wait for routine releases to stabilize before Dependabot proposes them.
+ # GitHub intentionally bypasses cooldowns for known vulnerability fixes.
6
- package-ecosystem: npm
7
directories:
8
- '/'
9
- '/playground'
10
schedule:
11
interval: weekly
12
- open-pull-requests-limit: 0
+ 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
18
assignees:
19
- sadjow
20
reviewers:
0 commit comments