From 9887c545e99dfa251af99b1fbca0908d3754c116 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 12 Jun 2026 11:59:48 -0500 Subject: [PATCH] Remove NuGet dependency grouping from Dependabot config Removes the uget-dependencies group that bundled all NuGet updates into a single PR (e.g. #1458). Without grouping, Dependabot opens one PR per package, which makes it easier to review, bisect regressions, and revert a single problematic bump without losing the other updates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 669a3eaa2..6f2bf55ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,3 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 - groups: - nuget-dependencies: - patterns: - - "*"