How to group update type replacement together with update #33916
Unanswered
Lorilatschki
asked this question in
Request Help
Replies: 1 comment
-
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:
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?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab
Please tell us more about your question or problem
We want to enable the movement from
xunit
toxunit.v3
. In addition, we want to replace axunit.categories
byXUnit.OpenCategories
. We also use the packageXunit.Combinatorial
which has a major update to 2.x.x, which only works together withxunit.v3
.Therefor we want all those 3 updates create inside one MR.
In addition to the replacementName, we want to execute some postUpgradeTasks. Our config for the desired behavior is:
The current behavior with the above config has 2 major issues.
XUnit.OpenCategories
and thexunit.v3
is grouped together, theXunit.Combinatorial
is updated in it's own MR. Is it even possible to group updates of typereplacement
together with usualupdate
?postUpgradeTasks
forXUnit.OpenCategories
to replace the namespaces are not executed. Only the 2 commands of thexunit.v3
replacement is executed.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions