From dbf52d4dc593c605744c68e6986635f3ac181f1a 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:22:13 +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 +- warpgate-templates/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2b528723..8c5ed1770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: exclude: '\.tmpl$' - 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'] diff --git a/warpgate-templates/.pre-commit-config.yaml b/warpgate-templates/.pre-commit-config.yaml index 219b51182..8d382513b 100644 --- a/warpgate-templates/.pre-commit-config.yaml +++ b/warpgate-templates/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: name: Check Github Actions - 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"]