From bd12a331c37514aad1567d813db7a03b7faa4277 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 31 Aug 2026 14:50:01 +0000 Subject: [PATCH] chore(ci): slow both dependabot channels from weekly to monthly Cadence-only change per maintainer ruling (2026-08-31, quoted in objectstack-ai/objectstack#13850): both dependabot.yml update blocks (npm and github-actions) move schedule.interval from weekly to monthly. schedule.day is dropped from both blocks -- it is only meaningful for a weekly interval per the dependabot config docs. schedule.time is left untouched (valid for any interval), as are groups, open-pull-requests-limit, and commit-message config. Part of #13850 --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd908203a2..2e276ab53c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" time: "02:00" open-pull-requests-limit: 10 commit-message: @@ -28,8 +27,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" time: "02:00" commit-message: prefix: "chore(ci)"