From b4feac1ec832482f878764fb0c65a64a8d7fcbad Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 2 Mar 2023 06:59:58 +0100 Subject: [PATCH] docs(self hosted experimental): monospace style heading (#20698) --- docs/usage/self-hosted-experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/self-hosted-experimental.md b/docs/usage/self-hosted-experimental.md index 3b0cfb6d78..c172bdac0a 100644 --- a/docs/usage/self-hosted-experimental.md +++ b/docs/usage/self-hosted-experimental.md @@ -40,7 +40,7 @@ If set to any string, Renovate will use this as the `user-agent` it sends with H If set to any value, Renovate will use a "hard" `process.exit()` once all work is done, even if a sub-process is otherwise delaying Node.js from exiting. See <https://github.com/renovatebot/renovate/issues/8660> for background on why this was created. -## RENOVATE_X_IGNORE_NODE_WARN +## `RENOVATE_X_IGNORE_NODE_WARN` Suppress the default warning when a deprecated version of Node.js is used to run Renovate. -- GitLab