From 2b7b1f1c9b79b1313a5cb1be29cb3d815b6c6753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:07:16 +0000 Subject: [PATCH] build(deps): bump the pre-commit group across 1 directory with 2 updates Bumps the pre-commit group with 2 updates in the / directory: [https://github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) and [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). Updates `https://github.com/golangci/golangci-lint` from v2.11.4 to 2.12.2 - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG-v1.md) - [Commits](https://github.com/golangci/golangci-lint/compare/8f3b0c7ed018e57905fbd873c697e0b1ede605a5...c0d3ddc9cf3faa61a4e378e879ece580256d76e5) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/e72a3ca1632f0b11a07d171449fe447a7ff6795e...a4d5d37e66ebcd6b3705204a1d6dbb56dea66338) --- updated-dependencies: - dependency-name: https://github.com/golangci/golangci-lint dependency-version: 2.12.2 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production dependency-group: pre-commit ... 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 41f734a8..75e71771 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-xml - id: check-json - repo: https://github.com/golangci/golangci-lint - rev: 8f3b0c7ed018e57905fbd873c697e0b1ede605a5 # v2.11.4 + rev: c0d3ddc9cf3faa61a4e378e879ece580256d76e5 # v2.12.2 hooks: - id: golangci-lint-full - repo: https://github.com/hadolint/hadolint @@ -20,7 +20,7 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/igorshubovych/markdownlint-cli - rev: e72a3ca1632f0b11a07d171449fe447a7ff6795e # v0.48.0 + rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # v0.49.0 hooks: - id: markdownlint-fix-docker - repo: https://github.com/pycqa/flake8