Add 7 day cooldown for new dependency versions

This commit is contained in:
Héctor Molinero Fernández
2026-04-25 14:47:08 +02:00
parent 01f7cafdaf
commit b5c6df797d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ updates:
schedule:
interval: "weekly"
versioning-strategy: "increase"
cooldown:
default-days: 7
groups:
npm-production-minor-patch:
dependency-type: "production"
+1
View File
@@ -1 +1,2 @@
min-release-age = 7
ignore-scripts = true