From 3041ebf8756e79159d403ccd09f511cc967255f2 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:40:16 +0100 Subject: [PATCH] Configure additionalBranchPrefix renovate option --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index f87787f9..259ed789 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,6 +12,7 @@ ":automergePatch", "helpers:pinGitHubActionDigestsToSemver" ], + "additionalBranchPrefix": "{{parentDir}}-", "packageRules": [ { "description": "Group dependency updates to the Elixir base image",