Skip to content

Commit

Permalink
feat(nvm): support .nvmrc files at any depth (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 1, 2020
1 parent 53ca913 commit 0ae94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/nvm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export { extractPackageFile } from './extract';
export const language = LANGUAGE_NODE;

export const defaultConfig = {
fileMatch: ['^.nvmrc$'],
fileMatch: ['(^|/)\\.nvmrc$'],
versioning: nodeVersioning.id,
};

0 comments on commit 0ae94be

Please sign in to comment.