mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Apply dependencies
label to all PRs (#3358)
Wait for https://github.com/woodpecker-ci/renovate-config/pull/5
This commit is contained in:
parent
7def93e783
commit
caa95bd762
1 changed files with 5 additions and 12 deletions
17
.github/renovate.json
vendored
17
.github/renovate.json
vendored
|
@ -1,20 +1,11 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>woodpecker-ci/renovate-config"],
|
||||
"prConcurrentLimit": 5,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchFileNames": ["docker-compose.gitpod.yml"],
|
||||
"labels": ["devx"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod", "npm", "dockerfile"],
|
||||
"labels": ["dependencies"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["woodpecker"],
|
||||
"labels": ["build"]
|
||||
"addLabels": ["devx"]
|
||||
},
|
||||
{
|
||||
"groupName": "golang (lang)",
|
||||
|
@ -30,13 +21,15 @@
|
|||
"groupName": "web npm deps non-major",
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchFileNames": ["web/package.json"]
|
||||
"matchFileNames": ["web/package.json"],
|
||||
"addLabels": ["ui"]
|
||||
},
|
||||
{
|
||||
"groupName": "docs npm deps non-major",
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchFileNames": ["docs/**/package.json"]
|
||||
"matchFileNames": ["docs/**/package.json"],
|
||||
"addLabels": ["documentation"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
|
|
Loading…
Reference in a new issue