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