Files
renovate-config/.renovaterc.json
T

11 lines
214 B
JSON
Raw Normal View History

2026-04-25 11:36:51 +00:00
{
2026-04-27 10:32:25 +01:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
2026-04-25 11:36:51 +00:00
}