chore: Try with docker again
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
65accc813c
commit
20c65c5e0b
2 changed files with 2 additions and 2 deletions
1
.github/workflows/renovate.yaml
vendored
1
.github/workflows/renovate.yaml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
|
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
|
||||||
renovate-version: 39.86.4
|
renovate-version: 39.86.4
|
||||||
token: '${{ steps.get_token.outputs.token }}'
|
token: '${{ steps.get_token.outputs.token }}'
|
||||||
|
mount-docker-socket: true
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: 'debug'
|
LOG_LEVEL: 'debug'
|
||||||
RENOVATE_REPOSITORIES: '${{ github.repository }}'
|
RENOVATE_REPOSITORIES: '${{ github.repository }}'
|
||||||
|
|
|
@ -93,8 +93,7 @@
|
||||||
"postUpgradeTasks": {
|
"postUpgradeTasks": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
|
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
|
||||||
"go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1",
|
"./scripts/helm-docs.sh"
|
||||||
"helm-docs"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue