From 374e78d48ae2d67913e28e299245727ec32e6b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 22 Aug 2026 14:52:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20batch=20dependency=20up?= =?UTF-8?q?dates=20weekly=20on=20Tuesday?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependabot now checks once a week on Tuesday, with a catch-all group per ecosystem collecting that week's bumps into a single pull request. The other projects I maintain use the same schedule, so their update reviews arrive together. --- .github/dependabot.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1230149..10e740e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,4 +3,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "tuesday" + groups: + github-actions: + patterns: + - "*"