feat(renovate): enable automerge on minor/patch updates that are >3 days old
This commit is contained in:
parent
9b0711523e
commit
0052aa2773
|
|
@ -5,5 +5,14 @@
|
|||
"prHourlyLimit": 40,
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automatically merge minor and patch updates",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": "3 days"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue