From 8ce54366e169daf62749267d78633dce540ad845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= <onigoetz@onigoetz.ch> Date: Wed, 22 Jun 2022 11:37:01 +0200 Subject: [PATCH] docs: Add note about allowPostUpgradeCommandTemplating to postUpgradeTasks (#15439) --- 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 df4b2c46e1..7c195a4bad 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1941,6 +1941,8 @@ The `postUpgradeTasks` configuration consists of three fields: A list of commands that are executed after Renovate has updated a dependency but before the commit is made. +You can use variable templating in your commands if [`allowPostUpgradeCommandTemplating`](https://docs.renovatebot.com/self-hosted-configuration/#allowpostupgradecommandtemplating) is enabled. + ### fileFilters A list of glob-style matchers that determine which files will be included in the final commit made by Renovate. -- GitLab