diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e3b930e3a..31a0204e5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,9 +4,8 @@ updates: directory: "/" # Adjust this if your setup.cfg is in a subdirectory schedule: interval: "weekly" # or "weekly", "monthly" - file: "constraints-oldest.txt" - - package-ecosystem: "pip" - directory: "/" # Adjust this if your setup.cfg is in a subdirectory - schedule: - interval: "weekly" # or "weekly", "monthly" - file: "setup.cfg" + allow: + - dependency-type: "direct" + additional-files: + - "setup.cfg" + - "constraints-oldest.txt"