From 8d7d7fbc2e13aaf139b5b58079e4bcde543d09b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:14:02 +0000 Subject: [PATCH] chore(deps): update markdownlint-cli2 to v0.22.0 --- .github/workflows/markdownlint.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index f0d7f4e..e013830 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -66,7 +66,7 @@ jobs: - name: Run markdownlint with rules as container env: # renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules versioning=docker - MARKDOWNLINT_VERSION: v0.21.0 + MARKDOWNLINT_VERSION: v0.22.0 continue-on-error: false run: | # node user does not have permissions to workspace due to user id mismatch diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 629dcfd..600614a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: mdformat - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.0 hooks: - id: markdownlint-cli2