Skip to content

Configure Dependabot NuGet update groups - #180

Merged
jongalloway merged 1 commit into
mainfrom
copilot/configure-dependabot-groups
Jun 21, 2026
Merged

Configure Dependabot NuGet update groups#180
jongalloway merged 1 commit into
mainfrom
copilot/configure-dependabot-groups

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Dependabot was configured to check NuGet updates weekly, but every dependency update surfaced as an individual PR. This change introduces grouped update rules so related packages are updated together and dependency maintenance is easier to triage.

  • Dependabot grouping for NuGet

    • Added groups to the existing NuGet updater in .github/dependabot.yml.
    • Grouped related dependencies into focused buckets (runtime/hosting, OpenXML/rendering stack, test tooling, and general tooling) using package name patterns.
  • No scope expansion

    • Kept the existing updater scope intact (package-ecosystem: nuget, directory: /, weekly cadence).
    • Only adjusted grouping behavior; no new ecosystems or schedules were introduced.
version: 2
updates:
  - package-ecosystem: "nuget"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
      rendering:
        patterns:
          - "DocumentFormat.OpenXml"
          - "DiagramForge"
          - "Markdig"
          - "TextMateSharp*"
      testing:
        patterns:
          - "xunit*"

Copilot AI changed the title [WIP] Configure Dependabot groups for improved dependency management Configure Dependabot NuGet update groups Jun 19, 2026
Copilot AI requested a review from jongalloway June 19, 2026 04:53
@jongalloway
jongalloway marked this pull request as ready for review June 21, 2026 00:49
@jongalloway
jongalloway requested a review from Copilot June 21, 2026 00:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@jongalloway
jongalloway merged commit 0fcc4cd into main Jun 21, 2026
6 checks passed
@jongalloway
jongalloway deleted the copilot/configure-dependabot-groups branch June 21, 2026 01:32
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.

3 participants