Skip to content

Commit

Permalink
Add devx lable to compose file PRs (#2467)
Browse files Browse the repository at this point in the history
As discussed in
#2463 (comment)

---------

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
  • Loading branch information
xoxys and qwerty287 authored Sep 17, 2023
1 parent 78ebd55 commit ea95d63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ea95d63

Please sign in to comment.