chore(deps): update dependency igorshubovych/markdownlint-cli to v0.47.0 #119

Merged
volker.raschek merged 2 commits from renovate/igorshubovych-markdownlint-cli-0.x into master 2026-01-04 10:25:44 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.46.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash
IMAGE_VERSION=0.45.0
IMAGE_VERSION=0.47.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \