diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 86% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml index ac6621f..91abb11 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"