diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a96fa7e8..269438fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" + target-branch: "dev" schedule: interval: "weekly"