Files
renovate-config/.renovaterc.json
T
lyrathorpe dad087bdbe
renovate / renovate (push) Successful in 3m2s
ci: auto merge certain PRs
2026-04-27 10:32:25 +01:00

11 lines
214 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}