From 794b89897247229918e848f036b8965613af58d7 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 6 Feb 2025 09:55:02 +0100 Subject: [PATCH] chore(renovate): add labels and disable approval --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6588482f..5b2d9b14 100644 --- a/renovate.json +++ b/renovate.json @@ -28,7 +28,9 @@ "description": "Use `feat` semantic commit scope with breaking change for docker image deps major updates", "matchFileNames": ["Dockerfile"], "matchUpdateTypes": ["major"], - "commitMessagePrefix": "feat(deps)!:" + "commitMessagePrefix": "feat(deps)!:", + "addLabels": ["breaking"], + "dependencyDashboardApproval": false }, { "description": "Use `feat` semantic commit scope with breaking change for some minor updates", @@ -36,6 +38,7 @@ "matchUpdateTypes": ["minor"], "matchDepNames": ["php", "python", "ruby"], "commitMessagePrefix": "feat(deps)!:", + "addLabels": ["breaking"], "automerge": false }, {