We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f71a20 commit abaa2a4Copy full SHA for abaa2a4
.github/workflows/renovate-config-validator.yaml
@@ -19,5 +19,5 @@ jobs:
19
# renovate: datasource=docker
20
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:40.60.0@sha256:3af0fc62061baec7ed70cf482f81265462259470edfbe6ba714d568228eef70e
21
docker run --rm --entrypoint "renovate-config-validator" \
22
- -v "${{ github.workspace }}/.github/renovate.json":"/renovate.json" \
+ -v "${{ github.workspace }}/renovate.json":"/renovate.json" \
23
${RENOVATE_IMAGE} "/renovate.json"
0 commit comments