From 46e045c5ccbe8827ed592da3811b88034c568943 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 4 Jan 2026 09:16:37 +0000 Subject: [PATCH] chore(deps): update dependency igorshubovych/markdownlint-cli to v0.47.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66ecbe5..b1769c7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index cea5114..5be1fea 100644 --- a/README.md +++ b/README.md @@ -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)" \