From fbcff8a5a9938a6ebb335755837e6e9e0ea438f2 Mon Sep 17 00:00:00 2001 From: Theauxm <43664045+Theauxm@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:02:46 -0600 Subject: [PATCH] chore: split Dependabot majors into their own PRs; hold HotChocolate at 15 --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f790db9..42fc9a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,10 @@ updates: schedule: { interval: "weekly" } open-pull-requests-limit: 10 groups: - nuget-dependencies: { patterns: ["*"] } + # Group only minor + patch; major bumps get their own reviewable PRs. + nuget-minor-patch: + patterns: ["*"] + update-types: ["minor", "patch"] - package-ecosystem: "github-actions" directory: "/" schedule: { interval: "weekly" }