From 3a8ea5ea85c500cfada64b9146ea48d1b56f89e5 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 18 Jul 2025 12:06:05 -0400 Subject: [PATCH] dependabot: make the schedule weekly Daily is very noisy when we're using so many git branches. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 657bceefe..86c66c646 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,9 @@ updates: development-dependencies: dependency-type: "development" schedule: - interval: daily + interval: weekly - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10