diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 31a0204e5..77b8c8012 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,11 +1,6 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/" # Adjust this if your setup.cfg is in a subdirectory + directory: "/" schedule: - interval: "weekly" # or "weekly", "monthly" - allow: - - dependency-type: "direct" - additional-files: - - "setup.cfg" - - "constraints-oldest.txt" + interval: "daily"