From 6007d8fe32c1f3fe5eb6982f9e09672f85efa651 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Fri, 27 Mar 2026 09:43:15 +0800 Subject: [PATCH] ci: group dependabot updates into single PRs Add groups configuration to dependabot.yml to bundle all dependency updates within each ecosystem into one PR instead of separate PRs per dependency. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44e7459a..c55256bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,16 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + all-actions: + patterns: + - "*" - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" + groups: + all-dependencies: + patterns: + - "*"