mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Add devx lable to compose file PRs (#2467)
As discussed in https://github.com/woodpecker-ci/woodpecker/pull/2463#issuecomment-1722164170 --------- Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
parent
78ebd55acc
commit
ea95d6381a
1 changed files with 5 additions and 0 deletions
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
|
@ -3,6 +3,11 @@
|
|||
"extends": ["config:recommended", ":maintainLockFilesWeekly"],
|
||||
"prConcurrentLimit": 5,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchFileNames": ["docker-compose.gitpod.yml"],
|
||||
"labels": ["devx"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod", "npm", "dockerfile"],
|
||||
"labels": ["dependencies"]
|
||||
|
|
Loading…
Reference in a new issue