11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"automerge": true,
|
|
"addLabels": ["automerge"]
|
|
}
|
|
]
|
|
}
|