From af46921145b28665e49fd7d3d3766da3ee6d47ef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 16 Nov 2025 13:02:40 +0000 Subject: [PATCH] Process non-security updates once a week --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b28ebfcd..68997950c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: versioning-strategy: "increase-if-necessary" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" -- 2.39.5