From d76ed51cd0d1cb91e667ec2afe6f09d5623b49cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:22:34 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) and [https://github.com/ansible/ansible-lint](https://github.com/ansible/ansible-lint). Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.22.1 to 0.23.0 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.0) Updates `https://github.com/ansible/ansible-lint` from v26.4.0 to 26.6.0 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v26.4.0...v26.6.0) --- updated-dependencies: - dependency-name: https://github.com/DavidAnson/markdownlint-cli2 dependency-version: 0.23.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/ansible/ansible-lint dependency-version: 26.6.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ffedea..353bacc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: args: ["-oneline", "-shellcheck", "shellcheck -S error"] stages: [manual] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.0 hooks: - id: markdownlint-cli2 - repo: local @@ -106,7 +106,7 @@ repos: exclude: ^roles/ args: ["--write"] - repo: https://github.com/ansible/ansible-lint - rev: v26.4.0 + rev: v26.6.0 hooks: - id: ansible-lint alias: ansible-lint-fix