Update renovate.json5

pull/9925/head
Laurent Cozic 2024-02-10 18:20:59 +00:00 committed by GitHub
parent e5d53b6276
commit b7189d57f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -3,15 +3,20 @@
"extends": [
"config:base"
],
// We don't update too frequently so that if something is broken in a new package
// release it will have time to be fixed by the time we update. The npm ecosystem
// being what it is even patch releases can have serious breaking changes.
"major": {
"stabilityDays": 80,
"stabilityDays": 200,
},
"minor": {
"stabilityDays": 40,
"stabilityDays": 120,
},
"patch": {
"stabilityDays": 20,
"stabilityDays": 90,
},
"prConcurrentLimit": 20,
"prHourlyLimit": 0,