From 2b5af014970dff2856968d8090a767878cad99a7 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Wed, 20 Mar 2024 11:50:52 +0200 Subject: [PATCH] Fix branch configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb4ea93d4..48e715ee8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,7 +41,7 @@ updates: open-pull-requests-limit: 10 assignees: - violetagg - target-branch: "0.2.x" + target-branch: "3.4.x" labels: - type/dependency-upgrade rebase-strategy: disabled