In our monorepo (managed by Rush) there are multiple package.json files, and some of them reference the same dependencies, e.g. @types/node. It seems like Renovate is only updating one of the package.json files at a time, but Rush requires that every monorepo package depends on consistent dependency versions. In the error above you can see Rush complain.
Is there a way to configure Renovate to update all package.json with the same outdated dependency in one PR?
Which Renovate are you using?
Other (please write below)
Self-hosted renovate
Which platform are you using?
GitHub Enterprise
Have you checked the logs? Don't forget to include them if relevant
When running
rush update
:What would you like to do?
In our monorepo (managed by Rush) there are multiple
package.json
files, and some of them reference the same dependencies, e.g.@types/node
. It seems like Renovate is only updating one of thepackage.json
files at a time, but Rush requires that every monorepo package depends on consistent dependency versions. In the error above you can see Rush complain.Is there a way to configure Renovate to update all package.json with the same outdated dependency in one PR?
Thanks!