diff --git a/docs-new/Makefile b/docs-new/Makefile index 4d84f772e6a..14fa525f458 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.0 MDL_CMD := docker run -v $(ROOT_DIR)../:/workdir --rm .PHONY: markdownlint markdownlint-fix diff --git a/docs/Makefile b/docs/Makefile index c4c9e4da3d8..74724e47405 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.0 MDL_CMD := docker run -v $(ROOT_DIR)../:/workdir --rm .PHONY: markdownlint markdownlint-fix