deps: fold Dependabot bumps + retarget Dependabot to dev#31
Merged
Conversation
Applies the six open Dependabot PRs in one change (they targeted main, where each would otherwise cut its own release), and points Dependabot at the dev working branch so future updates flow through a normal release instead of piling up on main. - Microsoft.Extensions.Configuration / .Binder / .Json 10.0.8 -> 10.0.9 (#24, #25) - Microsoft.NET.Test.Sdk 18.6.0 -> 18.7.0 (#26) - Spectre.Console 0.57.0 -> 0.57.1 (#27) - YamlDotNet 18.0.0 -> 18.1.0 (#28) - microsoft/microsoft-store-apppublisher action -> v1.3 (#22) - dependabot.yml: target-branch: dev (nuget + github-actions) Full suite green locally with the bumps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: dbchandra23 <130417839+dbchandra23@users.noreply.github.com>
This was referenced Jun 28, 2026
Closed
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.
Folds the six open Dependabot PRs into one change and retargets Dependabot to
dev.Bumps — Microsoft.Extensions.Configuration/.Binder/.Json
10.0.8→10.0.9(#24, #25), Microsoft.NET.Test.Sdk18.6.0→18.7.0(#26), Spectre.Console0.57.0→0.57.1(#27), YamlDotNet18.0.0→18.1.0(#28),microsoft-store-apppublisheraction → v1.3 (#22). Full suite green locally.Dependabot →
dev— future updates land on the working branch and ride a normal release, instead of opening unmergeable PRs againstmain(each of which would cut its own release).Closes #22, #24, #25, #26, #27, #28. Squash-merge → v0.13.4 (default patch).