From f03e0341831d40569f3c7e2dcaadbdf734bcb17e Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Thu, 20 Apr 2023 23:21:38 +0200 Subject: [PATCH] chore(renovate): change label titles for deps updates --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index fff694e8..cbaae9c7 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "packageRules": [ { "description": "Disables the creation of branches/PRs for any minor/patch updates etc. of Renovate bot", - "labels": ["[MINOR UPDATE]", "dependencies"], + "labels": ["minor", "dependencies"], "matchUpdateTypes": [ "minor", "patch", @@ -18,7 +18,7 @@ }, { "description": "Causes the bot to create a PR (and thus, an email notification), whenever there is a new major Renovate version", - "labels": ["[MAJOR UPDATE]", "dependencies"], + "labels": ["major", "dependencies"], "matchUpdateTypes": [ "major" ],