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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"]