From 72ade5f6c84e8359dffc473f0ea019e81b10fda9 Mon Sep 17 00:00:00 2001
From: Martin Herndl <martin.herndl@icis.com>
Date: Tue, 8 Mar 2022 17:08:37 +0100
Subject: [PATCH] docs(node): add info about constraints option (#14576)

---
 docs/usage/node.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/usage/node.md b/docs/usage/node.md
index 736252cf6e..63c5da78af 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).
-- 
GitLab