Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(default): Ignore project npmrc to avoid service clash #10

Merged
merged 2 commits into from
Jun 19, 2018

Conversation

michaeltaranto
Copy link
Contributor

Having recently introduced an .npmrc file to a project we found the Renovate service was no longer providing PRs. Turns out this project level npm config was overriding the one created by Renovate to authenticate and access private node modules.

This is the recommendation from the author:

Adding "ignoreNpmrcFile": true to your preset will have the effect of telling Renovate to not look for any .npmrc file in any of your repositories that use the preset.

Given the repo access from our perspective is to retrieve the package.json file and the release notes this seems like a fair thing to disable.

@michaeltaranto michaeltaranto merged commit 19cd4db into master Jun 19, 2018
@michaeltaranto michaeltaranto deleted the ignore-npmrc branch June 19, 2018 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants