diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index a2adeca4c8377df969f398321e67c000e1dfb737..0f3e8e8fdd08ae9ac46cf538b6e1a798e0e8b502 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.