mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Apply documentation
/ui
label to corresponding renovate updates (#3400)
This commit is contained in:
parent
f86c2b7d0f
commit
b7891b93ff
1 changed files with 12 additions and 4 deletions
16
.github/renovate.json
vendored
16
.github/renovate.json
vendored
|
@ -17,19 +17,27 @@
|
|||
"matchManagers": ["gomod"],
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"matchFileNames": ["web/package.json"],
|
||||
"addLabels": ["ui"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"matchFileNames": ["docs/**/package.json"],
|
||||
"addLabels": ["documentation"]
|
||||
},
|
||||
{
|
||||
"groupName": "web npm deps non-major",
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchFileNames": ["web/package.json"],
|
||||
"addLabels": ["ui"]
|
||||
"matchFileNames": ["web/package.json"]
|
||||
},
|
||||
{
|
||||
"groupName": "docs npm deps non-major",
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchFileNames": ["docs/**/package.json"],
|
||||
"addLabels": ["documentation"]
|
||||
"matchFileNames": ["docs/**/package.json"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
|
|
Loading…
Reference in a new issue