From 717ba62848e9e4025ca95dde39c6ff4bdace41b5 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 17 Jan 2024 07:28:42 +0100
Subject: [PATCH] docs: rewrite useCloudMetadataServices (#26646)

---
 docs/usage/self-hosted-configuration.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index f57c95d91b..f17dff1c68 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -915,9 +915,8 @@ For example: `:warning:` will be replaced with `⚠️`.
 
 ## useCloudMetadataServices
 
-Some cloud providers offer services to receive metadata about the current instance, for example [AWS Instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html)
-or [GCP VM metadata](https://cloud.google.com/compute/docs/metadata/overview).
-Use this option to control whether Renovate should try to access these services.
+Some cloud providers offer services to receive metadata about the current instance, for example [AWS Instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html) or [GCP VM metadata](https://cloud.google.com/compute/docs/metadata/overview).
+You can control if Renovate should try to access these services with the `useCloudMetadataServices` config option.
 
 ## username
 
-- 
GitLab