From 439a997a0fb4f8567da88247e5d4d4af1ab22177 Mon Sep 17 00:00:00 2001 From: Ned Wolpert Date: Fri, 17 Jul 2026 07:21:49 -0700 Subject: [PATCH] build(deps): Run Dependabot weekly on Wednesday for all ecosystems Switch the gradle and npm update schedules from daily to weekly on Wednesday, matching the existing github-actions cadence. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cb134c..5480e40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,8 @@ updates: - package-ecosystem: "gradle" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "wednesday" groups: dev-dependencies: applies-to: version-updates @@ -31,7 +32,8 @@ updates: - "/examples/dropwizard-demo/e2e" - "/examples/micronaut-demo/e2e" schedule: - interval: "daily" + interval: "weekly" + day: "wednesday" groups: npm-dependencies: applies-to: version-updates