From 3059da269370fc52396584724e2b0fb3c3057964 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 3 Sep 2024 13:32:13 -0700 Subject: [PATCH] chore: modify branch name --- .github/renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8183e30a..0110ca07 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,6 @@ "docker", "dependencies" ], - "additionalBranchPrefix": "docker-deps/", "description": "Add docker and dependencies labels to Docker dependency updates", "matchManagers": [ "dockerfile" @@ -28,7 +27,6 @@ "gh-actions", "dependencies" ], - "additionalBranchPrefix": "gh-actions-deps/", "description": "Add gh-actions and dependencies labels to GitHub Action dependency updates", "matchManagers": [ "github-actions" @@ -40,7 +38,6 @@ "python", "dependencies" ], - "additionalBranchPrefix": "python-deps/", "description": "Add python and dependencies labels to Python dependency updates", "matchManagers": [ "poetry",