From fbc6a23519eb8a61efcb0f11057a50b8214f5f27 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:42:46 +0100 Subject: [PATCH] docs: postUpgradeTasks self-hosted only (#12970) --- docs/usage/configuration-options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index a344273e28..803f13b7a2 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1751,6 +1751,8 @@ For example, GitHub might automerge a Renovate branch even if it's behind the ba ## postUpgradeTasks +Note: post-upgrade tasks can only be used on self-hosted Renovate instances. + Post-upgrade tasks are commands that are executed by Renovate after a dependency has been updated but before the commit is created. The intention is to run any additional command line tools that would modify existing files or generate new files when a dependency changes. -- GitLab