From 3c635d7b22dd532f57dcbcfa665a251d4918c330 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:40:56 +0000 Subject: [PATCH] chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.49.0 | datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | github-tags | igorshubovych/markdownlint-cli | v0.48.0 | v0.49.0 | --- .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 5ed2065e..d2b52872 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.48.0 + rev: v0.49.0 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 36699e85..219b5118 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.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: ["--fix", "--config", ".hooks/linters/markdownlint.json"]