ci: ignore major bumps for runtime dependencies in Dependabot#189
Merged
Conversation
Keep the library's runtime dependency floors low so consumers aren't forced onto a new major of Microsoft.Extensions.Logging(.Abstractions) or System.IO.Ports. Minor/patch updates are still proposed; majors are taken deliberately. MinVer is intentionally not ignored so its major bump can still be reviewed and taken after 4.0 ships.
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.
Adds Dependabot
ignorerules so major bumps of the library's runtime dependencies aren't auto-proposed (they raise the floor for every consumer). Minor/patch updates are still offered; majors are taken deliberately.Microsoft.Extensions.Logging— major ignored (keep the bridge's floor low)Microsoft.Extensions.Logging.Abstractions— major ignored (keep the core's floor low)System.IO.Ports— major ignored (it's pinned per-TFM to match the runtime major; a cross-major bump on the net8 pin would force .NET 8 consumers onto 10.x)This is why #183, #184 (Extensions) and #188 (System.IO.Ports) were closed. MinVer is intentionally left out — it's build-time only and its major bump (#187) should be reviewed and taken after 4.0 ships, not suppressed.