1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +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:
Robert Kaussow
2023-09-17 16:51:45 +02:00
committed by GitHub
parent 78ebd55acc
commit ea95d6381a
+5
View File
@@ -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"]