From 5fdad5b1ae155fa897a7442b29b13ac353979fde Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Wed, 8 Jan 2025 14:31:45 -0600 Subject: [PATCH 1/2] [renovate] Fix match for all base branches --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index ac238c2ef9584..aeaa47bf8b29e 100644 --- a/renovate.json +++ b/renovate.json @@ -67,7 +67,7 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "*" + "/.*/" ], "labels": [ "Team:Operations", @@ -94,7 +94,7 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "*" + "/.*/" ], "labels": [ "Team:Operations", @@ -2442,7 +2442,7 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "*" + "/.*/" ], "labels": [ "Team:Operations", From e8fc643f2cd76110d5eb2509dfd3bd82df4f9312 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 9 Jan 2025 18:49:34 -0600 Subject: [PATCH 2/2] scope chainguard --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index aeaa47bf8b29e..03fb13e7c1db2 100644 --- a/renovate.json +++ b/renovate.json @@ -67,7 +67,7 @@ "team:kibana-operations" ], "matchBaseBranches": [ - "/.*/" + "/^[8-9].*/" ], "labels": [ "Team:Operations",