From ea95d6381ae12f30d8297b513b9e86c4d1515f3a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Sep 2023 16:51:45 +0200 Subject: [PATCH] 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> --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 11d54eccd..3644e2cbb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"]