From 23ba62e016f445ef8d1595dcd83929ec999a6a43 Mon Sep 17 00:00:00 2001 From: Ned Wolpert Date: Sun, 5 Jul 2026 14:49:38 -0700 Subject: [PATCH 1/2] ci: run github-actions dependabot weekly on thursdays Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1aa9b25..de79650 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,6 +54,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "thursday" open-pull-requests-limit: 5 commit-message: prefix: "ci" From 70e3ea7558952977a69ee70d6641172704caaa1b Mon Sep 17 00:00:00 2001 From: Ned Wolpert Date: Sun, 5 Jul 2026 14:50:26 -0700 Subject: [PATCH 2/2] ci: run gradle dependabot updates weekly on thursdays too Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de79650..26b0159 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: directory: "/" schedule: interval: "weekly" + day: "thursday" open-pull-requests-limit: 10 commit-message: prefix: "build" @@ -37,6 +38,7 @@ updates: directory: "/build-logic" schedule: interval: "weekly" + day: "thursday" open-pull-requests-limit: 5 commit-message: prefix: "build"