Artifact update problem with local composer packages #8035
-
We use a local composer package in our project. If (sub)-dependencies are updated from this local package, the global composer.lock is not updated. Project files:
The local package is required by the root package with We tried adding package groups in renovate.json, which unfortunately completely stopped updating the lock file.
Additionally, we have the situation of having the same dependency within both composer.json files (project root and local package). This results in an artifact update problem, as the locally used dependency must be included within the update command, as else the updated package is still required in a different version of the local package. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We would need a public reproduction of this problem to take a closer look. |
Beta Was this translation helpful? Give feedback.
-
@rarkins Thanks for your fast reply. I've just created a repository where I've reproduced the situation of our project. Both described problems are shown there. Repository: https://github.com/dahaupt/renovate-composer-local |
Beta Was this translation helpful? Give feedback.
@rarkins Thanks for your fast reply. I've just created a repository where I've reproduced the situation of our project. Both described problems are shown there.
Repository: https://github.com/dahaupt/renovate-composer-local