From c1d367bb3b7e3409e38ccb0164b34ddf61ae09fb Mon Sep 17 00:00:00 2001 From: biergit <l4143-github@yahoo.de> Date: Mon, 17 Feb 2020 15:36:39 +0100 Subject: [PATCH] docs: update reconfigure-renovate.md (#5494) --- docs/usage/reconfigure-renovate.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/reconfigure-renovate.md b/docs/usage/reconfigure-renovate.md index ede12452b4..3218a552e2 100644 --- a/docs/usage/reconfigure-renovate.md +++ b/docs/usage/reconfigure-renovate.md @@ -23,3 +23,5 @@ Perhaps you really liked the interactive PR and want to see it again. In that ca 2. Delete your Renovate config (e.g. `renovate.json`) from your base branch This will be enough to trick Renovate into thinking that the repository was _never_ onboarded and it will trigger a new Configure Renovate PR again. Any existing Renovate PRs in progress may be closed, however. + +Be aware that re-onboarding via the interactive PR is currently not supported for Bitbucket Server or Azure DevOps since they do not allow editing or removing merged PRs. -- GitLab