separateMinorPatch but for digests #30736
Unanswered
smoehrle
asked this question in
Request Help
Replies: 2 comments 3 replies
-
This looks to be as a result of a grouping rule you've added |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi there, Get your discussion 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. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
Good luck, 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
-
What would you like help with?
Other
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab, renovate:37.440.7
Please tell us more about your question or problem
We have set
separateMinorPatch
to true which works as expected and creates a MR for a patch update even when there is already a minor update. The problem we are facing is, that we have a minor update and a digest update. But because there is a MR for the minor update, there is no MR for the digest update.Log output looks something like:
As you can see, the update is detected but there is no MR created.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions