diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index aa66cad0..087e124d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -32,6 +32,7 @@ jobs: # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate renovate-version: 39.86.4 token: '${{ steps.get_token.outputs.token }}' + mount-docker-socket: true env: LOG_LEVEL: 'debug' RENOVATE_REPOSITORIES: '${{ github.repository }}' diff --git a/renovate.json b/renovate.json index dae77760..1ee051f5 100644 --- a/renovate.json +++ b/renovate.json @@ -93,8 +93,7 @@ "postUpgradeTasks": { "commands": [ "./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}", - "go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1", - "helm-docs" + "./scripts/helm-docs.sh" ] } },