Can't get Renovate to work for yarn v3 monorepo using gh npm private registry and fontawesome registry #32201
-
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 problemI'm trying to configure Renovate app in github.com for a monorepo using [email protected]. The monorepo uses npm packages from:
we don't have
So following the mixed up documentation about yarn v3 monorepo and usage of private registry, we end up with this
Error we see in the developer portal: What am I doing wrong here? Any help would be appreciated, thanks! Logs (if relevant)For some reason, renovate default to registry.npmjs.org for private packages and for fontawesome packages.
So obviously it returns 404 cuz they are not in that registry. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have managed to fix this 404 issue by not using the mend hosted app, but instead running the renovate gh action as self-hosted inside a scheduled gh workflow. |
Beta Was this translation helpful? Give feedback.
I have managed to fix this 404 issue by not using the mend hosted app, but instead running the renovate gh action as self-hosted inside a scheduled gh workflow.
Now working some kinks with updating the lock file in renovate PRs using yarn 3.5.1.