From 250fbd453ff8f5ddb4fcd3ed7496a36143b948e4 Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Thu, 16 Nov 2023 13:02:26 +0100 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 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"