Skip to content

Automated Dependency Updates for nodenv

Categories: js, node

Renovate supports updating nodenv dependencies.

File Matching

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

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

Supported datasources

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

Default config

{
  "managerFilePatterns": [
    "/(^|/)\\.node-version$/"
  ],
  "versioning": "node"
}

Additional Information

Simply keeps the .node-version file updated.