From 4703b285982fba99f2c3f1fb79ed4b7e6a72381a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 22 Mar 2025 15:07:14 +0000 Subject: [PATCH] chore(renopvate): remove obsolete matchBaseBranches --- renovate.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/renovate.json b/renovate.json index 87a661e..633c691 100644 --- a/renovate.json +++ b/renovate.json @@ -35,7 +35,6 @@ "description": "Automatically update minor and patch versions of go modules", "addLabels": [ "renovate/gomod", "renovate/automerge" ], "automerge": true, - "matchBaseBranches": [ "master" ], "matchManagers": [ "gomod" ], "matchUpdateTypes": [ "minor", "patch" ] }, @@ -43,7 +42,6 @@ "description": "Prepare MR for major update of go modules", "addLabels": [ "renovate/gomod" ], "automerge": false, - "matchBaseBranches": [ "master" ], "matchManagers": [ "gomod" ], "matchUpdateTypes": [ "major" ] }