Avoid brances in group names (#3589)

Removes brackets from group names, as these are also used for branch
names and brackets lead to problems with tab completion on the cli.
This commit is contained in:
Robert Kaussow 2024-04-03 09:48:14 +02:00 committed by GitHub
parent eaf10611eb
commit c92ded726f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,12 @@
"addLabels": ["devx"]
},
{
"groupName": "golang (lang)",
"groupName": "golang-lang",
"matchPackagePatterns": ["^golang$", "xgo"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "golang (packages)",
"groupName": "golang-packages",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch"]
},