mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 04:48:53 +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:
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"]
|
||||
|
Reference in New Issue
Block a user