From e748ae5b6ae66a56e516659e2c8d83ccd91fe718 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 9 Apr 2026 09:20:49 -0700 Subject: [PATCH] chore(ci): include major updates in dependabot groups Previously only minor and patch updates were grouped, causing major version bumps to create individual PRs instead of being batched. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f73c3c1..4180433 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,8 +15,9 @@ updates: - dependencies - rust groups: - cargo-minor-and-patch: + cargo-all: update-types: + - major - minor - patch @@ -37,5 +38,6 @@ updates: groups: github-actions: update-types: + - major - minor - patch