From 8d8f9b7c8ca7ae951b1111c484c28a3263c6534c Mon Sep 17 00:00:00 2001 From: Nick Partridge Date: Wed, 9 Oct 2024 11:19:33 -0500 Subject: [PATCH] Update `@elastic/charts` renovate config labels Need to add `backport:prev-minor` label to apply new versions to `8.x`. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dccc37ef702a4..ff7ee4b0aaafa 100644 --- a/renovate.json +++ b/renovate.json @@ -58,7 +58,7 @@ "matchDepNames": ["@elastic/charts"], "reviewers": ["team:visualizations", "markov00", "nickofthyme"], "matchBaseBranches": ["main"], - "labels": ["release_note:skip", "backport:skip", "Team:Visualizations"], + "labels": ["release_note:skip", "backport:prev-minor", "Team:Visualizations"], "enabled": true }, {