From b64fe29b7077735435c9896ea45bdb569ce7bc26 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:25:25 +0000 Subject: [PATCH] chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.49.1 | datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | github-tags | igorshubovych/markdownlint-cli | v0.49.0 | v0.49.1 | --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e28dba03..36f19698 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: shfmt - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint args: ['--fix', '--config', '.hooks/linters/markdownlint.json']