renovate try to install package in submodule as workspace package #34718
Unanswered
trim21
asked this question in
Request Help
Replies: 1 comment
-
I think we use wrong command here: we should only add a example repo: https://github.com/trim21/renovate-bug-34718 |
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?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
I have a project with such files:
here vendor/common/package.json has nothing to do with current project, it's not a monorepo. it only contains some deps like prettier to format code inside submodule.
When renovate try to update package from
/package.json
, somehow it want to install projectvendor/common
:(it's not 100% reproducible, this error disappear with rebase/retry, so maybe another problem is that we checkout submodule in one branch but didn't remove it in another branch)
But when I use pr checkbox to trigger it again, this error disappear
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions