12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/renovate",
|
|
"extends": ["config:best-practices", ":semanticCommits"],
|
|
"automergeType": "branch",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|