From 17737ae4f688eb9d398a8bcd00ad07befd921e97 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:11:29 +0000 Subject: [PATCH] chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.48.0 | datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | github-tags | igorshubovych/markdownlint-cli | v0.45.0 | v0.48.0 | --- .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 c2cb7a73..1eeab6d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: shfmt - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.48.0 hooks: - id: markdownlint args: ['--fix', '--config', '.hooks/linters/markdownlint.json']