From b4fafb5d15612a4a13d906148c6fee85e6630f63 Mon Sep 17 00:00:00 2001 From: Darby Johnston Date: Thu, 23 Oct 2025 11:44:21 -0700 Subject: [PATCH] Reduce dependabot frequency Signed-off-by: Darby Johnston --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c80381c6c..6187d6b3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "quarterly" - package-ecosystem: "pip" directory: "/" schedule: day: "monday" - interval: "weekly" + interval: "quarterly" - package-ecosystem: "gitsubmodule" directory: "/"