From 2f2c99b77a79d3487ec6dcaa563dcc2d5f5d353a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:21:03 +0000 Subject: [PATCH] deps: update davidanson/markdownlint-cli2-rules docker tag to v0.12.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs-new/Makefile | 2 +- docs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-new/Makefile b/docs-new/Makefile index 4d84f772e6a..da95bab564c 100644 --- a/docs-new/Makefile +++ b/docs-new/Makefile @@ -63,7 +63,7 @@ lint: lint-fix # - .markdownlintignore holds the configuration for files to be ignored # - .markdownlint.yaml contains the rules for markdownfiles # renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules -MDL_DOCKER_VERSION := v0.11.0 +MDL_DOCKER_VERSION := v0.12.1 MDL_CMD := docker run -v $(ROOT_DIR)../:/workdir --rm .PHONY: markdownlint markdownlint-fix diff --git a/docs/Makefile b/docs/Makefile index c4c9e4da3d8..f5f3dc2c47a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -45,7 +45,7 @@ lint: lint-fix # - .markdownlintignore holds the configuration for files to be ignored # - .markdownlint.yaml contains the rules for markdownfiles # renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules -MDL_DOCKER_VERSION := v0.11.0 +MDL_DOCKER_VERSION := v0.12.1 MDL_CMD := docker run -v $(ROOT_DIR)../:/workdir --rm .PHONY: markdownlint markdownlint-fix