From fb128a21d62d2e3459b4125d06736a46b47cd499 Mon Sep 17 00:00:00 2001 From: qx22350 <55670585+zst-c@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:37:25 +0100 Subject: [PATCH] Point dependabot to the fix/migration branch --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52689fbd1..d7d20676f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: interval: "daily" # Allow up to 20 open pull requests for pip dependencies open-pull-requests-limit: 20 + # Point to fix/migration branch + target-branch: "fix/migration"