chore(deps): update dependency markdownlint-cli to v0.39.0 (#136)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details
ci/woodpecker/tag/build-package Pipeline was successful Details
ci/woodpecker/tag/build-container Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/tag/notify Pipeline was successful Details

Reviewed-on: #136
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-02-03 14:08:49 +01:00 committed by Robert Kaussow
parent ed7b7dbfe2
commit 934268b25d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/container/
ARG MARKDOWNLINT_VERSION
# renovate: datasource=npm depName=markdownlint-cli
ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.38.0}"
ENV MARKDOWNLINT_VERSION="${MARKDOWNLINT_VERSION:-0.39.0}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error