mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-16 19:47:40 +02:00
Tools: Add delay before creating Renovate PR
This commit is contained in:
parent
2f9384f891
commit
d9215b044f
@ -3,6 +3,15 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
|
"major": {
|
||||||
|
"stabilityDays": 30
|
||||||
|
},
|
||||||
|
"minor": {
|
||||||
|
"stabilityDays": 20
|
||||||
|
},
|
||||||
|
"patch": {
|
||||||
|
"stabilityDays": 10
|
||||||
|
}
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
@ -103,6 +112,7 @@
|
|||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"labels": ["automerge"],
|
"labels": ["automerge"],
|
||||||
|
"schedule": "on the first day of the week",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
// AWS packages are updated too frequently and we can assume minor
|
// AWS packages are updated too frequently and we can assume minor
|
||||||
// updates are stable.
|
// updates are stable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user