mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 19:27:24 +00:00
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:
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -8,12 +8,12 @@
|
|||||||
"addLabels": ["devx"]
|
"addLabels": ["devx"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "golang (lang)",
|
"groupName": "golang-lang",
|
||||||
"matchPackagePatterns": ["^golang$", "xgo"],
|
"matchPackagePatterns": ["^golang$", "xgo"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "golang (packages)",
|
"groupName": "golang-packages",
|
||||||
"matchManagers": ["gomod"],
|
"matchManagers": ["gomod"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user