You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
Apply documentation/ui label to corresponding renovate updates (#3400)
This commit is contained in:
+12
-4
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user