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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: node-version
.
Default config¶
{
"fileMatch": [
"(^|/)\\.node-version$"
],
"versioning": "node"
}
Additional Information¶
Simply keeps the .node-version
file updated.