From 81ec1cfb9f56913d7a9b138a2ac1bd0a9652049c Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Wed, 31 May 2023 19:09:06 +0200
Subject: [PATCH] docs: clarify stabilityDays rename

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

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index c4c32d5a56..126ea569a3 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1706,6 +1706,8 @@ Add to this object if you wish to define rules that apply only to major updates.
 
 ## minimumReleaseAge
 
+This feature was formally known as `stabilityDays`.
+
 If this is set _and_ an update has a release timestamp header, then Renovate will check if the set duration has passed.
 
 Note: Renovate will wait for the set duration to pass for each **separate** version.
-- 
GitLab