From fd871a205d197d4145186a2e1d367bb263d35a55 Mon Sep 17 00:00:00 2001 From: GaryNg <garyng.zhongbo@gmail.com> Date: Tue, 22 Mar 2022 23:00:35 +0800 Subject: [PATCH] docs(config): use warning prompt (#14746) --- docs/usage/configuration-options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 52f4d7359d..95e2578246 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -832,7 +832,10 @@ Also we support the `off` keyword which will stop any fetching immediately. ## group -Caution: Advanced functionality only. Do not use unless you know what you're doing. +<!-- prettier-ignore --> +!!! warning + Advanced functionality only. + Do not use unless you know what you're doing. The default configuration for groups are essentially internal to Renovate and you normally shouldn't need to modify them. However, you may choose to _add_ settings to any group by defining your own `group` configuration object. -- GitLab