From a39932897c4c9a9ba5c719fa06322b66d101f253 Mon Sep 17 00:00:00 2001 From: Ned Wolpert Date: Sun, 5 Jul 2026 14:52:18 -0700 Subject: [PATCH] Run Dependabot weekly on Friday for all ecosystems Change the Gradle ecosystem schedule from Monday to Friday and add a github-actions ecosystem, also scheduled weekly on Friday, so all components update on the same cadence. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b07dc5..409c361 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - day: "monday" + day: "friday" groups: # Specify a name for the group, which will be used in pull request titles # and branch names @@ -19,3 +19,13 @@ updates: applies-to: version-updates # Applies the group rule to version updates patterns: - "*" # Yolo! + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + groups: + github-actions: + applies-to: version-updates + patterns: + - "*"