ci: adjust renovate to group non-majors #12

Merged
t.behrendt merged 1 commits from ci-adjust-renovate-to-group-non-majors into main 2025-09-04 15:21:50 +02:00
Showing only changes of commit c401daae9e - Show all commits

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)"
}
]
}