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"