mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +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:
parent
eaf10611eb
commit
c92ded726f
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -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"]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue