From f54861700427424a2be64f446dd3fe828b1a99d2 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 21 Jun 2026 18:58:59 +0200 Subject: [PATCH] feat: add labels --- bun-npm.json | 4 ++++ golang.json | 4 ++++ helm.json | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bun-npm.json b/bun-npm.json index 0fe22a9..66f95d7 100644 --- a/bun-npm.json +++ b/bun-npm.json @@ -2,6 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>t.behrendt/renovate-configs:common"], "packageRules": [ + { + "matchManagers": ["npm", "bun"], + "addLabels": ["deps", "npm"] + }, { "description": "Group all minor and patch updates together", "groupName": "all non-major dependencies", diff --git a/golang.json b/golang.json index e41e12f..c2005be 100644 --- a/golang.json +++ b/golang.json @@ -2,6 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>t.behrendt/renovate-configs:common"], "packageRules": [ + { + "matchManagers": ["gomod"], + "addLabels": ["deps", "go"] + }, { "matchPackageNames": ["golang", "gomod", "go"], "groupName": "go version", diff --git a/helm.json b/helm.json index a10ce53..ef74658 100644 --- a/helm.json +++ b/helm.json @@ -8,7 +8,8 @@ { "matchManagers": ["helm-values"], "versioning": "docker", - "separateMinorPatch": true + "separateMinorPatch": true, + "addLabels": ["deps", "helm"] } ], "helmfile": {