From 7aeb0a25c308186b37626ff8ef01c08ccb47d2a5 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Wed, 30 Oct 2024 22:11:15 -0500 Subject: [PATCH] changes --- .github/dependabot.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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"