31 lines
604 B
JSON
31 lines
604 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"platformAutomerge": false,
|
|
"ignoreTests": true,
|
|
"separateMinorPatch": false,
|
|
"patch": {
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
},
|
|
"pin": {
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"renovate"
|
|
],
|
|
"groupName": "renovate",
|
|
"automerge": true,
|
|
"matchCurrentVersion": ">= 37.0.0",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
]
|
|
} |