ci: adjust renovate to group non-majors (#12)
All checks were successful
CD / Release (push) Successful in 43s

Reviewed-on: #12
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #12.
This commit is contained in:
2025-09-04 15:21:50 +02:00
committed by t.behrendt
parent d8bc68ab96
commit 37b7b07e3f

View File

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