From 713a182dc90aadf935d377ba104b70128c9075bf Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 17 Jun 2026 06:09:39 +0000 Subject: [PATCH] chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6eea10..98ce6da 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # MARKDOWNLINT_VERSION # Only required to install a specify version -MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli +MARKDOWNLINT_VERSION?=v0.49.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 edb733b..9f078ad 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.48.0 +IMAGE_VERSION=0.49.0 docker run \ --rm \ --volume "$(pwd):$(pwd)" \