Skip to content

Commit ec1d308

Browse files
authored
Update dependabot.yml
1 parent 908bd85 commit ec1d308

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ updates:
2727
# For all packages, ignore all patch updates, the "version-update" only targets non-security related updates
2828
- dependency-name: "*"
2929
update-types: ["version-update:semver-patch"]
30+
cooldown:
31+
# Don't include too new versions
32+
semver-major-days: 50
33+
semver-minor-days: 14
34+
semver-patch-days: 7
3035
groups:
3136
internal-dependencies:
3237
applies-to: version-updates

0 commit comments

Comments
 (0)