11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"packageRules": [{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}]
|
|
}
|