Align Microsoft NuGet packages and harden Dependabot config#62
Merged
Merged
Conversation
Bump Microsoft and System packages to 9.0.16 across all three csproj files to fix NU1605 downgrade errors from partial Dependabot updates. Add Docker major-version ignores for dotnet/sdk and dotnet/aspnet, group GitHub Actions updates, and set load/provenance options on the CI Docker build step. Co-authored-by: Cursor <cursoragent@cursor.com>
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
HelloblueGK.csproj,WebAPI/HelloblueGK.WebAPI.csproj, andTests/HelloblueGK.Tests.csproj(fixes NU1605 failures from Dependabot PR Bump the microsoft group with 13 updates #61 updating only the root project)dotnet/sdkanddotnet/aspnetso .NET 10 image PRs do not reopenactions/*,docker/*) into weekly batchesload: trueandprovenance: falseforbuild-push-action@v7test buildsContext
mainTest plan
dotnet restore Tests/HelloblueGK.Tests.csprojsucceeds without NU1605 errorsMade with Cursor
Note
Low Risk
Patch-level dependency alignment and CI/Dependabot config only; no application logic changes, though EF and auth packages are among those bumped.
Overview
Aligns Microsoft and System NuGet references to 9.0.16 across the root, WebAPI, and Tests projects so restore no longer hits NU1605 from mismatched versions (e.g. partial Dependabot bumps on only one
.csproj).Dependabot now ignores major Docker updates for
dotnet/sdkanddotnet/aspnetto stay on .NET 9 images, and batches weekly GitHub Actions updates foractions/*anddocker/*.CI’s Docker Build Test job sets
load: trueandprovenance: falseondocker/build-push-action@v7for local-load test builds without provenance metadata.Reviewed by Cursor Bugbot for commit 121aa36. Bugbot is set up for automated code reviews on this repo. Configure here.