From 1e543afd416d5fee1a1a4d819c6e2cd51c6e910f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 19 Nov 2025 15:46:24 +0100 Subject: [PATCH] renovate: Dont attach `dependencies` label PRs with this label are excluded from the CHANGELOG.md. dependabot attaches it for updated github actions. We don't want renovate to use the label, because we want to see module updates in the CHANGELOG.md. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b67a05b18..02a975440 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "addLabels": ["renovate", "puppet", "dependencies"], + "addLabels": ["renovate", "puppet"], "assigneesFromCodeOwners": true, "automerge": true, "automergeType": "pr",