14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"ignoreTests": true
|
|
}
|
|
],
|
|
"commitMessagePrefix" : "[CI SKIP]"
|
|
}
|