Renovate raising PRs with version conflicts #17815
-
|
I am trying to configure renovate for our python packages which use setup-cfg. We use a nexus repository to host our internal packages. This serves as a proxy for pypi as well, so we only need one index url. However, when running renovate it updates the version without checking if the new version conflicts with other dependencies. For example, we have pinned |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
It's expected behavior that Renovate can raise PRs which result in conflicting dependencies. Your choices are:
|
Beta Was this translation helpful? Give feedback.
It's expected behavior that Renovate can raise PRs which result in conflicting dependencies. Your choices are: