From 0e03aa9c33edeb0dfcde05573fcfb8878f72b668 Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Sun, 28 Sep 2025 15:28:21 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62b648c..9d866e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: "/requirements.txt" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly"