From 65accc813cfc8a3c35bf3983fb39769a7cf8f5e6 Mon Sep 17 00:00:00 2001 From: Marco Maurer Date: Mon, 27 Jan 2025 23:50:18 +0100 Subject: [PATCH] chore: Try to use helm-docs via "go install" Signed-off-by: Marco Maurer --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1ee051f5..dae77760 100644 --- a/renovate.json +++ b/renovate.json @@ -93,7 +93,8 @@ "postUpgradeTasks": { "commands": [ "./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}", - "./scripts/helm-docs.sh" + "go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1", + "helm-docs" ] } },