Private github npm packages and lockFileMaintenance #40469
-
How are you running Renovate?A Mend.io-hosted app Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?42.74.5 Please tell us more about your question or problemWe are publishing npm packages to the private github npm registry and installing them again in other npm projects in github. {
"description": "Fetch our own npm packages from github",
"matchDatasources": ["npm"],
"matchDepNames": ["@mia-gmbh/*"],
"registryUrls": ["https://npm.pkg.github.com"],
"minimumReleaseAge": "0 days"
}and by providing a token via the developer.mend.io host rules. However now the lockfileMaintenance runs npm directly and tries to update our packages from npmjs.org again. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
How do engineers working on the codebase currently set this up, out of interest? I'd say that if you can configure the registry for that package (i.e. via a |
Beta Was this translation helpful? Give feedback.
I duplicated the information from the host rules in the
npmrcfield and now it works fine. E.g.