mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02: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
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 New Issue
Block a user