Tune dependabot: ignore commercial FluentAssertions 8.x + abandoned TrxReport 2.x; group weekly PRs - #9
Merged
Merged
Conversation
…ps; group weekly PRs Two real Dependabot footguns: 1. FluentAssertions 8.0.0+ switched to the XCEED commercial license. The 7.x line is the last free version. Block major-version bumps so 7.2.2 stays pinned until we explicitly migrate (to 8.x w/ license or to a free fork like AwesomeAssertions). 2. Microsoft.Testing.Extensions.TrxReport has TWO version generations on NuGet: 1.x is the current Microsoft.Testing.Platform extension (2024+), 2.x is an abandoned 2021 codebase with confusingly-higher version numbers. Dependabot's 1.9.1 -> 2.2.3 PR (#6) was a downgrade-as-upgrade. Block major-version bumps to keep 1.x pinned. Also: group weekly NuGet bumps by family (microsoft-platform, testing, trellis-upstream) so the schedule produces 1-3 PRs instead of one per package. github-actions also grouped as a single PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
What
Tightens
.github/dependabot.ymlagainst two real footguns + groups weekly NuGet bumps to reduce PR noise.Ignore rules (the substantive change)
FluentAssertionsMicrosoft.Testing.Extensions.TrxReport1.9.1 -> 2.2.3bump is a downgrade-as-upgrade.Grouping (noise reduction)
Weekly NuGet schedule now produces 1-3 PRs grouped by family instead of one per package:
microsoft-platform(Microsoft.Extensions/AspNetCore/IdentityModel)testing(xunit, Microsoft.Testing, FluentAssertions, Moq)trellis-upstream(Trellis.Core, Trellis.Authorization, Trellis.Asp, Trellis.ServiceDefaults, Trellis.Testing)github-actions also grouped as a single weekly PR.
On the two open dependabot PRs in this repo
🤖 Generated with GitHub Copilot CLI