From 11d65b823769c5d772520c8f9c0c73c97cc6faad Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Wed, 22 Jan 2025 11:31:38 +0100 Subject: [PATCH] renovate: remove matchBaseBranches on main for grouping rules Signed-off-by: Mahe Tardy --- .github/renovate.json5 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7fd91acd92e..a4609dd56d0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -146,9 +146,6 @@ "pin", "pinDigest" ], - "matchBaseBranches": [ - "main" - ], }, { // grouping these together because the number of dependencies is limited @@ -166,9 +163,6 @@ "pin", "pinDigest" ], - "matchBaseBranches": [ - "main" - ], }, { "groupName": "all k8s pkg go dependencies main", @@ -184,9 +178,6 @@ "pin", "pinDigest" ], - "matchBaseBranches": [ - "main" - ], }, { "groupName": "all rthook go dependencies main", @@ -202,9 +193,6 @@ "pin", "pinDigest" ], - "matchBaseBranches": [ - "main" - ], }, { // postUpgradeTasks and postUpdateOptions for all Go updates