Set up renovate automerging
This commit is contained in:
parent
64223f6845
commit
6a2be56f2a
|
@ -1,10 +1,29 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:best-practices"
|
||||||
],
|
],
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": false,
|
||||||
"patch": {
|
"patch": {
|
||||||
"enabled": false
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
|
},
|
||||||
|
"pin": {
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"renovate"
|
||||||
|
],
|
||||||
|
"groupName": "renovate",
|
||||||
|
"automerge": true,
|
||||||
|
"matchCurrentVersion": ">= 37.0.0",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue