From 5a3a12a66cf9916e2e80df247dc0bca9f1022d14 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Fri, 2 Jan 2026 10:31:04 -0800 Subject: [PATCH] chore: group dependabot PRs Signed-off-by: Changyuan Lyu --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9f6d0b9..1076208a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,13 @@ updates: interval: monthly commit-message: prefix: "ci" + groups: + actions: + update-types: + - minor + - major + - patch + - package-ecosystem: cargo directory: "/" schedule: @@ -13,4 +20,4 @@ updates: groups: patches: update-types: - - "patch" + - patch