From b2344549fbe5a57506c9bb7284623749a124bc06 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 3 Jan 2025 08:27:54 -0600 Subject: [PATCH] [renovate] matchBaseBranches for a few more groups (#205451) Follow up to https://github.com/elastic/kibana/pull/205285 This uses renovate instead of backport tooling on a few more of operation's groups. These were selected because they have not required any code changes to date. --- renovate.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index c1d7b8b53ba76..7e528ca255379 100644 --- a/renovate.json +++ b/renovate.json @@ -67,11 +67,12 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "main" + "*" ], "labels": [ "Team:Operations", - "release_note:skip" + "release_note:skip", + "backport:skip" ], "enabled": true }, @@ -93,11 +94,11 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "main" + "*" ], "labels": [ "Team:Operations", - "backport:all-open", + "backport:skip", "release_note:skip" ], "enabled": true