From 548623053358814ad19087b0e56c6530c894aa5e Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:24:53 -0400 Subject: [PATCH] Fix the dependabot configuration Since we only build for one Pipfile configuration now the dependabot configuration should reflect that state of affairs. --- .github/dependabot.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index acc83fa..718c529 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,17 +39,7 @@ updates: schedule: interval: weekly - - directory: /src/py3.7 - package-ecosystem: pip - schedule: - interval: weekly - - - directory: /src/py3.8 - package-ecosystem: pip - schedule: - interval: weekly - - - directory: /src/py3.9 + - directory: /build package-ecosystem: pip schedule: interval: weekly