Closed ThibaultVlacich closed 4 years ago
I've worked out the root cause for this. It's because npm and composer are being combined into the same branch. In the app npm is set to use the embedded npm
while composer needs to use the Docker version. The npm setting "wins" but then composer fails to find a global composer instead of dockerized. I need to think more on how to resolve this, sorry.
Hi, just an update. If you can separate out your npm and composer PRs then this should work. Let me know if that would work for you and if so then I'll advise on config.
Locfile maintenance is now working properly for both npm and composer, I didn't have to change anything to my config.
What Renovate type are you using?
Hosted app, GitHub.
Describe the bug
I'm getting this error in my lock file maintenance PR:
Did you see anything helpful in debug logs?