dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Dependabot does not update nuget packages in sfxproj projects.

Open AraHaan opened this issue 3 years ago • 0 comments

Package ecosystem Nuget

Package manager version The version in .NET SDK 6.0.400.

Language version C# with preview language features.

Manifest location and content before the Dependabot update

dependabot.yml content https://github.com/Elskom/Remora.Discord-Installer/blob/main/.github/dependabot.yml

Updated dependency None

What you expected to see, versus what you actually saw I expected it to pick up any projects with nuget updates (projects can be in the format of (anything).(anything)proj but it expects (cs|vb|fs) (dotnet/runtime uses only proj for things like this).

Native package manager behavior It would work if I had it in my solution file temporarily to update the package then remove it so that way it would do the builds like it should normally do.

Images of the diff or a link to the PR, issue, or logs logs: https://github.com/Elskom/Remora.Discord-Installer/network/updates/428638810

🕹 Bonus points: Smallest manifest that reproduces the issue

Simply use the config above and use the files similar to https://github.com/Elskom/Remora.Discord-Installer/tree/main/pkg/sfx (do not forget the global.json and the eng folder that is required by the dotnet/arcade packages.

AraHaan avatar Jul 27 '22 03:07 AraHaan