From 87a3e4cb3255bb823dadfdde3b95100cc565c4da Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Tue, 10 Oct 2023 11:59:46 +0200 Subject: [PATCH] Updated dependabot for pip --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9081706..ba1c6b8 100644 --- a/.github/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" + interval: "daily"