From 2a6b86c3d69ec75e6a33bce6ba2cc6cad2f45237 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 25 Aug 2022 09:17:34 +0200
Subject: [PATCH] docs(self-hosted): migratePresets needs configMigration
 (#17377)

---
 docs/usage/self-hosted-configuration.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index 7705479f0d..2952c4bfea 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -447,6 +447,10 @@ modules.exports = {
 
 In the above example any reference to the `@company` preset will be replaced with `local>org/renovate-config`.
 
+<!-- prettier-ignore -->
+!!! tip
+    Combine `migratePresets` with `configMigration` if you'd like your config migrated by PR.
+
 ## onboarding
 
 Only set this to `false` if all three statements are true:
-- 
GitLab