{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", "schedule:daily"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"automergeType": "branch",
"packageRules": [
{
"groupName": "all patch updates",
"groupSlug": "all-patch",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}