mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
fix(nodenv): Monorepo support (#9747)
This commit is contained in:
parent
bafb55dd99
commit
718294b6cc
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export { extractPackageFile } from './extract';
|
|||
export const language = LANGUAGE_NODE;
|
||||
|
||||
export const defaultConfig = {
|
||||
fileMatch: ['^.node-version$'],
|
||||
fileMatch: ['(^|/).node-version$'],
|
||||
versioning: nodeVersioning.id,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue