fix: Use 3 curly brackets

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Maurer 2025-01-27 22:53:55 +01:00
parent e731a703bf
commit 5bbabebab7

View file

@ -90,7 +90,7 @@
], ],
"commitMessagePrefix": "chore({{parentDir}}):", "commitMessagePrefix": "chore({{parentDir}}):",
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{lookup (split depName '/') @last}} -v {{newVersion}}"] "commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{{lookup (split depName '/') @last}}} -v {{newVersion}}"]
} }
}, },
{ {