Skip to content

chore(deps): group major nuget updates with minor and patch - #50

Merged
HandyS11 merged 1 commit into
developfrom
chore/group-all-nuget-updates
Aug 23, 2026
Merged

chore(deps): group major nuget updates with minor and patch#50
HandyS11 merged 1 commit into
developfrom
chore/group-all-nuget-updates

Conversation

@HandyS11

Copy link
Copy Markdown
Owner

Why

Dependabot was opening one PR per dependency for major bumps (#47, #48, #49) instead of grouping them.

The nuget-minor-and-patch group only matched minor and patch update types. Anything outside a group's update-types/patterns is ungrouped, so Dependabot falls back to a PR per dependency — which is exactly what happened for the three major bumps.

What

  • Add "major" to the group's update-types
  • Rename the group nuget-minor-and-patchnuget, since it now covers every version update

All nuget version updates now land in a single weekly PR. Security updates are unaffected (nuget-security still handles those separately).

Note: renaming the group changes the generated branch name, so the existing grouped PR #46 will be superseded on the next Dependabot run.

🤖 Generated with Claude Code

The `nuget-minor-and-patch` group only matched minor and patch update
types, so major bumps fell outside grouping and Dependabot opened one PR
per dependency (#47, #48, #49).

Add "major" to the group's update-types and rename it to `nuget`, so all
version updates for the nuget ecosystem land in a single weekly PR.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 23, 2026 16:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a small, valid Dependabot YAML adjustment that aligns with the stated goal and preserves the separate security-updates grouping.

Pull request overview

This PR updates the Dependabot configuration so NuGet dependency updates are grouped into a single weekly PR even when updates include major version bumps, preventing Dependabot from opening one PR per dependency for majors.

Changes:

  • Expanded the NuGet version-updates group to include "major" update types.
  • Renamed the NuGet group from nuget-minor-and-patch to nuget to reflect its broader scope.
File summaries
File Description
.github/dependabot.yml Renames the NuGet grouped-updates bucket and adds major to update-types so all NuGet version updates are grouped together.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@HandyS11
HandyS11 merged commit cd62cd1 into develop Aug 23, 2026
7 checks passed
@HandyS11
HandyS11 deleted the chore/group-all-nuget-updates branch August 23, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants