Skip to content

Commit abaa2a4

Browse files
brbtklauser
authored andcommitted
gh/workfows: Fix renovate config mount
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 4f71a20 commit abaa2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-config-validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
# renovate: datasource=docker
2020
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:40.60.0@sha256:3af0fc62061baec7ed70cf482f81265462259470edfbe6ba714d568228eef70e
2121
docker run --rm --entrypoint "renovate-config-validator" \
22-
-v "${{ github.workspace }}/.github/renovate.json":"/renovate.json" \
22+
-v "${{ github.workspace }}/renovate.json":"/renovate.json" \
2323
${RENOVATE_IMAGE} "/renovate.json"

0 commit comments

Comments
 (0)