From 5daa4e6ea165458ddf3bebd2f74ad31335aff48c Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 16 Mar 2026 14:57:28 -0700 Subject: [PATCH] ci: attempt updates to python dependencies daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82ba215..4cb24c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "daily" labels: - "pip" - "dependencies"