From 985c8ca2d4765431ead6c0961ba0d2413fdf9fec Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 12 Feb 2026 21:51:39 -0500 Subject: [PATCH] Change Dependabot schedule from daily to weekly Daily action update PRs create unnecessary noise. Weekly is sufficient for keeping GitHub Actions up to date while reducing PR churn. Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index abd89bd..64b62cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,4 +16,4 @@ updates: patterns: - "*" schedule: - interval: daily + interval: weekly