Skip to content

Group all NuGet packages in Dependabot updates#37

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/group-nuget-packages
Dec 23, 2025
Merged

Group all NuGet packages in Dependabot updates#37
Malcolmnixon merged 2 commits intomainfrom
copilot/group-nuget-packages

Conversation

Copy link
Contributor

Copilot AI commented Dec 23, 2025

Dependabot was creating separate PRs for different NuGet package categories (analyzers, test dependencies, and ungrouped packages like SourceLink). This consolidates all NuGet updates into a single weekly PR.

Changes

  • Replaced separate analyzers and test-dependencies groups with single nuget-dependencies group using wildcard pattern *
  • All NuGet packages now update together regardless of type

Configuration

groups:
  nuget-dependencies:
    patterns:
      - "*"

This reduces PR volume from potentially 3+ separate NuGet PRs to 1 consolidated PR per week.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature]:</issue_title>
<issue_description>### Problem Statement

Dependabot creates too many separate pull requests.

Proposed Solution

Group all nuget packages into a single group.

Alternatives Considered

No response

Usage Examples

N/A

Benefits

Easier maintenance

Priority

Medium - Would improve my workflow

Willingness to Contribute

Yes, I can submit a pull request

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this is not a duplicate
  • I have provided a clear description of the feature
  • I have explained why this feature would be useful</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Dec 23, 2025
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Group all NuGet packages into a single pull request Group all NuGet packages in Dependabot updates Dec 23, 2025
Copilot AI requested a review from Malcolmnixon December 23, 2025 00:23
@Malcolmnixon Malcolmnixon marked this pull request as ready for review December 23, 2025 00:31
@Malcolmnixon Malcolmnixon merged commit f29a4a3 into main Dec 23, 2025
9 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/group-nuget-packages branch December 23, 2025 00:31
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.

[Feature]:

2 participants