chore: Also run helm-docs

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
pull/3143/head
Marco Maurer 2025-01-27 23:37:28 +01:00
parent 5f93eee4e5
commit 451fc55064
1 changed files with 4 additions and 1 deletions

View File

@ -91,7 +91,10 @@
],
"commitMessagePrefix": "chore({{parentDir}}):",
"postUpgradeTasks": {
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}"]
"commands": [
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
"./scripts/helm-docs.sh"
]
}
},
{