diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0d..443c2c3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" + # Raise pull requests for version updates + # to pip against the `dev` branch + target-branch: "dev"