From d1ba4bf4e38b30d9ee39a665a7cfc810da26b223 Mon Sep 17 00:00:00 2001 From: "tagoro9-renovatebot[bot]" <175504931+tagoro9-renovatebot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:05:17 +0000 Subject: [PATCH] chore(deps): update all ci non-major dependencies --- .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 49fa0b19..79263484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: prettier - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.24.0 + rev: v9.25.0 hooks: - id: commitlint stages: [commit-msg] @@ -29,7 +29,7 @@ repos: - id: go-build - id: gomarkdoc - repo: https://github.com/golangci/golangci-lint - rev: v2.11.4 + rev: v2.12.2 hooks: - id: golangci-lint-full - repo: https://github.com/jumanjihouse/pre-commit-hooks