diff --git a/renovate.json b/renovate.json index 932efb7..dea580b 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,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" ] }, @@ -29,7 +28,6 @@ "description": "Prepare MR for major update minor of go modules", "addLabels": [ "renovate/gomod" ], "automerge": false, - "matchBaseBranches": [ "master" ], "matchManagers": [ "gomod" ], "matchUpdateTypes": [ "major" ] }