Skip to content

chore: update dependabot configuration to monitor multiple NuGet directories and add GitHub Actions group#477

Merged
jongalloway merged 2 commits into
mainfrom
dependabot-groups
Jun 18, 2026
Merged

chore: update dependabot configuration to monitor multiple NuGet directories and add GitHub Actions group#477
jongalloway merged 2 commits into
mainfrom
dependabot-groups

Conversation

@jongalloway

@jongalloway jongalloway commented Jun 18, 2026

Copy link
Copy Markdown
Owner

This pull request updates the .github/dependabot.yml configuration to improve dependency management for both the main and test projects. The changes expand monitoring coverage and introduce new grouping strategies for dependencies, making it easier to manage and review updates.

Dependabot configuration improvements:

  • Added monitoring for NuGet dependencies in both /DotNetMcp and /DotNetMcp.Tests directories, instead of only /DotNetMcp.
  • Introduced groups for NuGet dependencies, organizing updates by Microsoft dependencies, MCP SDK dependencies, and test dependencies (e.g., xunit).
  • Added a group for GitHub Actions dependencies, grouping all action updates together.

Copilot AI review requested due to automatic review settings June 18, 2026 02:30

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.

Pull request overview

Updates the repository’s Dependabot configuration to reduce dependency-update PR noise while expanding coverage to include both the main .NET project and its test project.

Changes:

  • Switch NuGet updates from a single directory to directories to monitor both /DotNetMcp and /DotNetMcp.Tests.
  • Add Dependabot grouping rules for NuGet dependencies (Microsoft., ModelContextProtocol, xunit.) to consolidate related updates.
  • Add a Dependabot group for GitHub Actions updates to consolidate action version bumps.
Show a summary per file
File Description
.github/dependabot.yml Adds multi-directory NuGet monitoring and introduces grouping for NuGet and GitHub Actions updates.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@jongalloway jongalloway merged commit 8727a1a into main Jun 18, 2026
5 checks passed
@jongalloway jongalloway deleted the dependabot-groups branch June 18, 2026 02:34
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