From eddc41f02038c9c650daa61839df5a67b1ada36b Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 4 Mar 2022 06:53:24 -0800 Subject: [PATCH] switch dependabot from weekly to daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a58a948..55e5ebb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily"