mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Update renovate.json5
This commit is contained in:
parent
e5d53b6276
commit
b7189d57f2
@ -3,15 +3,20 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"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": {
|
"major": {
|
||||||
"stabilityDays": 80,
|
"stabilityDays": 200,
|
||||||
},
|
},
|
||||||
"minor": {
|
"minor": {
|
||||||
"stabilityDays": 40,
|
"stabilityDays": 120,
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"stabilityDays": 20,
|
"stabilityDays": 90,
|
||||||
},
|
},
|
||||||
|
|
||||||
"prConcurrentLimit": 20,
|
"prConcurrentLimit": 20,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user