Group all renovate dependancies and lock file into one single MR #22630
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.v35.112.1 If you're self-hosting Renovate, select which platform you are using.gitlab.com Was this something which used to work for you, and then stopped?I never saw this working Wanted end result.We would like to have all changes update dependencies and lock file maintenance into a single MR. What you tried so far.We have self-hosted runners on GitLab and to avoid exhausting them, we have added the configuration as follows To avoid creating multiple PRs all together as just one PR. Relevant debug logsLogs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Lock file maintenance in the same PR is not advised and will be deprecated in future |
Beta Was this translation helpful? Give feedback.
-
|
We would have liked to keep the possibility to group lock file maintenance and other updates in a single PR. First, two PR at the same time lead to race conditions in the pipeline. One pipeline deploys a test deployment and before it can be tested, the other pipeline uninstalls the test deployment. Ofc this is not a clean pipeline setup which we should handle better anyway. Second, even with clean pipeline setup, we would like to have auto-merge after a succeeding pipeline. I doubt this is possible when lock file maintenance and other updates are separated, but I have to test it. |
Beta Was this translation helpful? Give feedback.
lockfile maintenance and replacements can no longer be grouped in renovate v43