From 79d9333422620717d5dc18932e63772587d1e90d Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Wed, 30 Oct 2024 22:04:42 -0500 Subject: [PATCH] dependabot update setup.cfg as well --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 39d93f1bf..176285b23 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,3 +8,8 @@ updates: python-packages: patterns: - "*" +- package-ecosystem: "pip" + directory: "/" # Adjust this if your setup.cfg is in a subdirectory + schedule: + interval: "weekly" # or "weekly", "monthly" + file: "setup.cfg"