From b678401020acb0ae36a01a6d80f45da69a8e276b Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:50:55 +0100 Subject: [PATCH] config: add base branch to renovate --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5685739b9..4b5e91ca5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,5 +14,6 @@ ], "updateInternalDeps": true, "rangeStrategy": "bump", - "automerge": false + "automerge": false, + "baseBranches": ["dev"] } \ No newline at end of file