From bc025d840ab42c80baf3ad1b4afd748dcaaaeab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:36:58 +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..bde1cf3 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.37.4 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.29.0 hooks: - id: zizmor name: Check GitHub Actions workflows with zizmor - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.5.3 + rev: 44.8.0 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator