Skip to content
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

Dependabot updates dependency to lower version #7600

Open
1 task done
sungam3r opened this issue Jul 20, 2023 · 1 comment
Open
1 task done

Dependabot updates dependency to lower version #7600

sungam3r opened this issue Jul 20, 2023 · 1 comment
Labels
T: bug 🐞 Something isn't working

Comments

@sungam3r
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

nuget

Package manager version

Integrated in NET7 SDK

Language version

C# 11

Manifest location and content before the Dependabot update

No response

dependabot.yml content

https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/.github/dependabot.yml

Updated dependency

Oracle.ManagedDataAccess.Core 3.21.100 -> 3.21.41

What you expected to see, versus what you actually saw

Dependabot should not change line
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" Condition="'$(TargetFramework)' != 'netstandard2.0'" /> to
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.41" Condition="'$(TargetFramework)' != 'netstandard2.0'" />

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

Xabaril/AspNetCore.Diagnostics.HealthChecks#1938

Smallest manifest that reproduces the issue

No response

@sungam3r sungam3r added the T: bug 🐞 Something isn't working label Jul 20, 2023
@hahn-kev
Copy link

hahn-kev commented May 6, 2024

I had a similar issue. PR, I'm not using a dependabot yml to configure it. In my case this was a PR for npm changes, but it lowered the version of one package from 5.2.9 to 5.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants