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"