pinning dotnet dependencies #34376
Unanswered
JamesMHenderson
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Please help this Discussion progress 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. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
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
-
How are you running Renovate?
None
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab 39.176.4
Please tell us more about your question or problem
Renovate is trying to pin our dotnet dependecies which are in a
Directory.Packages.props
file , and is failing as it is expecting the value to be an array[12.1.0]
but finding just the version12.1.0
with a message that the value is not updated and then errors updating the branchLogs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions