-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NuGet] ignore semver-major doesn't appear to work #11398
Comments
@brettfo - am I doing something wrong in the dependabot yml config? Is this supposed to work:
|
@eerhardt That scenario should work because the common code handles the |
@abdulapopoola and/or @jakecoffman Could I get some help routing this? The |
Possibly related to #4075 (same issue but for ignored |
Is there an existing issue for this?
Package ecosystem
Nuget
Package manager version
No response
Language version
.NET 9
Manifest location and content before the Dependabot update
https://github.com/dotnet/aspire/blob/0ca981a95feccfc4cec15ebee6bd06bd7c792fe2/eng/Versions.props#L76-L104
dependabot.yml content
https://github.com/dotnet/aspire/blob/0ca981a95feccfc4cec15ebee6bd06bd7c792fe2/.github/dependabot.yml#L1-L87
Updated dependency
dependabot made dotnet/aspire#7226 with the first commit dotnet/aspire@780a358
What you expected to see, versus what you actually saw
Since I'm saying to ignore semver-major on on Microsoft.Extensions.* and System.* dependencies, I expect that those dependencies won't get lifted from v8.0 to v9.0
However, dependabot is updating these dependencies across major versions in this PR.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
https://github.com/dotnet/aspire/actions/runs/12937683800/job/36086133337
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: