21 lines
412 B
JSON
21 lines
412 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"
|
|
},
|
|
"digest": {
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
} |