From db8ce35cde2b572b1439e5e4bed766abcb6e2199 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Tue, 2 Jan 2024 13:13:14 +0200 Subject: [PATCH] Changed dependabot pip update from weekly -> daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f79ed455..47a31bc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily"