chore(renovate): fix renovate grouping

This commit is contained in:
Michael Kriese 2024-07-26 14:07:39 +02:00
parent 904925ee4d
commit bc259542b5
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -96,8 +96,7 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/visualon/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"groupName": "renovate"
"automerge": true
},
{
"description": "x/tools/* are used in the CI only and upgraded together",
@ -131,9 +130,10 @@
{
"description": "Update renovate with higher prio to come through rate limit",
"matchDatasources": ["docker"],
"matchDepNames": ["ghcr.io/visualon/renovate"],
"matchPackageNames": ["ghcr.io/visualon/renovate"],
"extends": ["schedule:weekly"],
"prPriority": 10
"prPriority": 10,
"groupName": "renovate"
},
{
"description": "Update go patch with higher prio to come through rate limit",