diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e45829..8ab91ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: "ansible, ansible-lint" # See documentation for possible values + - package-ecosystem: "pip python3" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"