diff --git a/docs/usage/node.md b/docs/usage/node.md
index 736252cf6efdbe4681944295a021b0d358711de6..63c5da78afc5a6dc4e87afa227f53d7b5a386b57 100644
--- a/docs/usage/node.md
+++ b/docs/usage/node.md
@@ -37,3 +37,5 @@ For example, if you want to use at least npm `8.1.0` and also allow newer versio
   }
 }
 ```
+
+Alternatively, the npm version can also be configured via the [`constraints` option](https://docs.renovatebot.com/configuration-options/#constraints).