From caa95bd7628b440b7efae7bcf935e10da83e37d2 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:54:17 +0100 Subject: [PATCH] Apply `dependencies` label to all PRs (#3358) Wait for https://github.com/woodpecker-ci/renovate-config/pull/5 --- .github/renovate.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 68d1bbba0..95956f88c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,20 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>woodpecker-ci/renovate-config"], - "prConcurrentLimit": 5, "packageRules": [ { "matchManagers": ["docker-compose"], "matchFileNames": ["docker-compose.gitpod.yml"], - "labels": ["devx"] - }, - { - "matchManagers": ["gomod", "npm", "dockerfile"], - "labels": ["dependencies"] - }, - { - "matchManagers": ["woodpecker"], - "labels": ["build"] + "addLabels": ["devx"] }, { "groupName": "golang (lang)", @@ -30,13 +21,15 @@ "groupName": "web npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["web/package.json"] + "matchFileNames": ["web/package.json"], + "addLabels": ["ui"] }, { "groupName": "docs npm deps non-major", "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "matchFileNames": ["docs/**/package.json"] + "matchFileNames": ["docs/**/package.json"], + "addLabels": ["documentation"] }, { "matchDatasources": ["docker"],