From e4ef884ae5e31e58fe46a60f04b6e4076af98738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:25:36 +0000 Subject: [PATCH] chore(deps): update pre-commit hook tcort/markdown-link-check to v3.13.6 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | tcort/markdown-link-check | v3.12.2 | v3.13.6 | --- .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 4df8dc63..e467a3f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: stages: [commit, push, manual] - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: v3.13.6 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: markdown-link-check args: [-q, -c .github/markdown-links.json]