Skip to content

Automated Dependency Updates for nvm

Categories: js, node

Renovate supports updating nvm dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)\.nvmrc$.

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: node-version.

Default config

{
  "fileMatch": [
    "(^|/)\\.nvmrc$"
  ],
  "versioning": "node",
  "pinDigests": false
}

Additional Information

Simply keeps the .nvmrc file updated.