From bf1e3ee977f1e6efddcf7102ce2e9a9ffac65b0d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:52:47 +0200 Subject: [PATCH] docs: create section linking to reconfiguring renovate documentation (#11124) --- docs/usage/configure-renovate.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage/configure-renovate.md b/docs/usage/configure-renovate.md index 02df69c76b..e02c798fde 100644 --- a/docs/usage/configure-renovate.md +++ b/docs/usage/configure-renovate.md @@ -63,3 +63,8 @@ Renovate will update your PR description each time it finds changes. ## Merge Once you're done checking and configuring in your Configure Renovate PR, it's time to merge it to enable the real Pull Requests to begin. + +## Re-do configuration from scratch + +You might want to re-do the Renovate configuration _after_ you merged the initial onboarding PR. +Get a new onboarding PR, by following the steps described in [Reconfiguring Renovate](https://docs.renovatebot.com/reconfigure-renovate/). -- GitLab