Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 authored Feb 10, 2024
1 parent e5d53b6 commit b7189d5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit b7189d5

Please sign in to comment.