1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Add delay before creating Renovate PR

This commit is contained in:
Laurent Cozic 2023-01-05 21:31:12 +00:00
parent 2f9384f891
commit d9215b044f

View File

@ -3,6 +3,15 @@
"extends": [
"config:base"
],
"major": {
"stabilityDays": 30
},
"minor": {
"stabilityDays": 20
},
"patch": {
"stabilityDays": 10
}
"prConcurrentLimit": 5,
"prHourlyLimit": 0,
"ignorePaths": [
@ -103,6 +112,7 @@
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"labels": ["automerge"],
"schedule": "on the first day of the week",
"matchPackageNames": [
// AWS packages are updated too frequently and we can assume minor
// updates are stable.