Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 30, 2025

Group all Microsoft.Build.* dependency updates into a single PR instead of creating separate PRs for each package.

Changes

  • Added groups configuration to .github/dependabot.yml for the NuGet ecosystem
  • Configured microsoft-build-deps group with pattern Microsoft.Build.*
groups:
  microsoft-build-deps:
    patterns:
      - "Microsoft.Build.*"

This reduces PR noise when Microsoft.Build packages are updated together.

Original prompt

Add a batch group configuration to Dependabot so that all PRs for dependencies matching "Microsoft.Build.*" are created as a single grouped PR. This involves editing or creating the .github/dependabot.yml file in the repository and adding a groups section under the appropriate updates entry for the NuGet ecosystem. The configuration should look like:

version: 2
updates:

  • package-ecosystem: "nuget"
    directory: "/"
    schedule:
    interval: "weekly"
    groups:
    microsoft-build-deps:
    patterns:
    - "Microsoft.Build.*"

If the file exists, append the group config to the NuGet updates entry. If not, create it with this config.

This pull request was created as a result of the following prompt from Copilot chat.

Add a batch group configuration to Dependabot so that all PRs for dependencies matching "Microsoft.Build.*" are created as a single grouped PR. This involves editing or creating the .github/dependabot.yml file in the repository and adding a groups section under the appropriate updates entry for the NuGet ecosystem. The configuration should look like:

version: 2
updates:

  • package-ecosystem: "nuget"
    directory: "/"
    schedule:
    interval: "weekly"
    groups:
    microsoft-build-deps:
    patterns:
    - "Microsoft.Build.*"

If the file exists, append the group config to the NuGet updates entry. If not, create it with this config.


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

Copilot AI self-assigned this Oct 30, 2025
Copilot AI changed the title [WIP] Add batch group configuration for Microsoft.Build dependencies Configure Dependabot to batch Microsoft.Build.* dependency updates Oct 30, 2025
Copilot AI requested a review from radical October 30, 2025 22:59
Copilot finished work on behalf of radical October 30, 2025 22:59
@radical radical marked this pull request as ready for review October 30, 2025 23:10
@radical radical requested review from eerhardt and joperezr October 30, 2025 23:10
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.

4 participants