Files
conventional-semantic-git-t…/renovate.json
t.behrendt 37b7b07e3f
All checks were successful
CD / Release (push) Successful in 43s
ci: adjust renovate to group non-majors (#12)
Reviewed-on: #12
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2025-09-04 15:21:50 +02:00

10 lines
198 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dependencies (non-major)"
}
]
}