mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Add renovate package rule to apply build label (#2440)
This commit is contained in:
parent
c4f8798cf6
commit
9eb3efadc5
1 changed files with 4 additions and 0 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -7,6 +7,10 @@
|
|||
"matchManagers": ["gomod", "npm", "dockerfile"],
|
||||
"labels": ["dependencies"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["woodpecker"],
|
||||
"labels": ["build"]
|
||||
},
|
||||
{
|
||||
"groupName": "golang deps non-major",
|
||||
"matchManagers": ["gomod"],
|
||||
|
|
Loading…
Reference in a new issue