From 40294b0692878aab2463e606dc33292f451dec26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 05:24:45 +0000 Subject: [PATCH] chore(deps): update `pre-commit` non-major hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c2ea89..c85c054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,18 +11,18 @@ repos: - id: check-yaml name: Check YAML files with check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.38.0 hooks: - id: check-github-workflows name: Check GitHub Actions workflows with check-jsonschema args: ["--verbose"] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.30.1 hooks: - id: zizmor name: Check GitHub Actions workflows with zizmor - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.5.3 + rev: 44.103.6 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator