From a861391e31f9fb157a5fb8cc4c80842a3fa37c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:10:36 +0000 Subject: [PATCH] chore(deps): update `pre-commit` non-major hooks --- .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 9b8bf34..2068a82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: check-yaml name: Check YAML files with check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema args: ["--verbose"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.54.1 + rev: 42.65.1 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator