chore(deps): consolidate PRs #525-#528 and enable optimistic Dependabot grouping#529
Merged
jongalloway merged 2 commits intoJul 15, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates several open Dependabot NuGet bumps into a single PR and adjusts Dependabot configuration to reduce future NuGet PR volume by grouping all NuGet dependency updates together across the workshop directories.
Changes:
- Bump NuGet dependencies in Part 2 (Semantic Kernel + OpenTelemetry runtime instrumentation).
- Bump NuGet dependencies in Part 7 (Hosting + ModelContextProtocol).
- Update
.github/dependabot.ymlto group all NuGet updates into a single Dependabot group.
Show a summary per file
| File | Description |
|---|---|
Part 2 - Project Creation/GenAiLab/GenAiLab.Web/GenAiLab.Web.csproj |
Bumps Microsoft.SemanticKernel.Core to 1.78.0. |
Part 2 - Project Creation/GenAiLab/GenAiLab.ServiceDefaults/GenAiLab.ServiceDefaults.csproj |
Bumps OpenTelemetry.Instrumentation.Runtime to 1.16.0. |
Part 7 - MCP Server Basics/MyMcpServer/MyMcpServer.csproj |
Bumps Microsoft.Extensions.Hosting to 10.0.9 and ModelContextProtocol to 1.4.1. |
.github/dependabot.yml |
Adds a broad nuget-all group to minimize future NuGet PR count. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Low
Bump Part 8 MCP server to Microsoft.Extensions.Hosting 10.0.9 and ModelContextProtocol 1.4.1, and update Part 9 publishing snippet to match.
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates current open Dependabot NuGet updates into one PR and configures Dependabot to aggressively minimize future NuGet PR count by grouping all NuGet dependencies together.
Supersedes: #525, #526, #527, #528.
Consolidated dependency updates
Part 2 - Project Creation/GenAiLab/GenAiLab.Web/GenAiLab.Web.csprojMicrosoft.SemanticKernel.Core1.77.0->1.78.0(Bump Microsoft.SemanticKernel.Core from 1.77.0 to 1.78.0 #525)Part 2 - Project Creation/GenAiLab/GenAiLab.ServiceDefaults/GenAiLab.ServiceDefaults.csprojOpenTelemetry.Instrumentation.Runtime1.15.1->1.16.0(Bump OpenTelemetry.Instrumentation.Runtime from 1.15.1 to 1.16.0 #526)Part 7 - MCP Server Basics/MyMcpServer/MyMcpServer.csprojMicrosoft.Extensions.Hosting10.0.0-preview.6.25358.103->10.0.9(Bump Microsoft.Extensions.Hosting from 10.0.0-preview.6.25358.103 to 10.0.9 #527)ModelContextProtocol0.4.0-preview.1->1.4.1(Bump ModelContextProtocol from 0.4.0-preview.1 to 1.4.1 #528)Dependabot grouping update (optimistic grouping)
Updated
.github/dependabot.ymlto group all NuGet dependencies into a single group:This is intentionally broad to minimize the number of Dependabot PRs by grouping as much as possible.
Validation
dotnet build "Part 2 - Project Creation/GenAiLab/GenAiLab.sln" -c Release(pass)dotnet build "Part 7 - MCP Server Basics/MyMcpServer/MyMcpServer.csproj" -c Release(pass)