From 73644ccdf34e7ee183226430cc7b3da8d7146839 Mon Sep 17 00:00:00 2001
From: Bruno Paulino <contact@bpaulino.com>
Date: Fri, 9 Feb 2024 20:09:40 +0100
Subject: [PATCH] docs(configuration-options): Add immortal PR link to
 definition (#27204)

---
 docs/usage/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index a2adeca4c8..0f3e8e8fdd 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -3416,7 +3416,7 @@ For example we override it to `always` in the following cases where branch names
 You can select which behavior you want from Renovate:
 
 - `always`: Recreates all closed or blocking PRs
-- `auto`: The default option. Recreates only immortal PRs (default)
+- `auto`: The default option. Recreates only [immortal PRs](./key-concepts/pull-requests.md#immortal-prs) (default)
 - `never`: No PR is recreated, doesn't matter if it is immortal or not
 
 We recommend that you stick with the default setting for this option.
-- 
GitLab