dotnet, sdk style project *.sqlproj - nuget #34609
DevAlsicJanDeclercq
started this conversation in
Suggest an Idea
Replies: 1 comment
-
You can already extend this pattern by configuring |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Consider the sdk style project file created by this steps:
https://github.com/microsoft/DacFx?tab=readme-ov-file#-create-a-sql-project
It creates a sdk style project file with the extension: '*.sqlproj'
and can possibly contain:
=> should be updated by nuget: https://www.nuget.org/packages/Microsoft.SqlServer.Dacpacs.Master
When i rename this file to "*.csproj", renovate handles this file as expected.
So you actually support this type of file, but you hardcode filter this type of file .
Add *.sqlproj here?
renovate/lib/modules/manager/nuget/index.ts
Line 16 in b62b8d7
Would it be possible to add this extension to the hardcoded list?
Or , would it be possible to make this regex a config option?
Beta Was this translation helpful? Give feedback.
All reactions