dotnet-sdk datasource only retrieves latest-sdk for each major-minor combination, not all available versions #23788
-
How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us what version of Renovate you run.If you're self-hosting Renovate, select which platform you are using.None Was this something which used to work for you, and then stopped?I am trying to get this working for the first time Describe the problemBackground: Microsoft has three 'tracks' of SDK versions: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 When trying to get Renovate to get me the latest version of a .NET SDK track it only gets the latest-sdk version of a major-minor combination, not all available packages. I've tried the following situations with allowedVersions (current version is 6.0.110):
For the files and minimal reproduction see the files in this repo: https://github.com/Sjoerde/renovatebot-issue-allowedversions After some discussion (see below for more details) I found out that:
Relevant debug logsLogs
Have you created a minimal reproduction repository?I have linked to a minimal reproduction in the description above |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
If the dependency is public then it's possible to make a reproduction |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your issue fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
We also face this issue, anything we can do to help progress this issue? |
Beta Was this translation helpful? Give feedback.
Thanks, created here: #23888