diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f44691..30125e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests - target-branch: "dev" + target-branch: "main" schedule: interval: "daily"