diff --git a/docs/usage/node.md b/docs/usage/node.md
index 63c5da78afc5a6dc4e87afa227f53d7b5a386b57..0acd3d0b52a246595b2c2b4d0aed0b82adefbf3a 100644
--- a/docs/usage/node.md
+++ b/docs/usage/node.md
@@ -19,6 +19,7 @@ Renovate can manage the Node.js version in the following files:
 - The [`engines`](https://docs.npmjs.com/files/package.json#engines) field in [`package.json`](https://docs.npmjs.com/files/package.json)
 - The [`volta`](https://docs.volta.sh/guide/understanding#managing-your-project) field in [`package.json`](https://docs.npmjs.com/files/package.json)
 - The [`.nvmrc`](https://github.com/creationix/nvm#nvmrc) file for the [Node Version Manager](https://github.com/creationix/nvm)
+- The [`.node-version`](https://github.com/nodenv/nodenv#choosing-the-node-version) file for the [nodenv](https://github.com/nodenv/nodenv) environment manager
 - The [`node_js`](https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions) field in [`.travis.yml`](https://docs.travis-ci.com/user/customizing-the-build/)
 
 ## Configuring which version of npm Renovate uses