diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index df4b2c46e16cb583fbf4c7afc17ba9071e64c5cc..7c195a4bad0255f4f2ca1640186c9acb80c1b097 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.