From e92e8f3d96deff0a0d5c290a9e1e534ed3eb07c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:27:19 +0000 Subject: [PATCH] chore(deps): update jenkins support dependencies | datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | python-jsonschema/check-jsonschema | 0.28.5 | 0.28.6 | | github-tags | renovatebot/pre-commit-hooks | 37.414.0 | 37.418.2 | --- .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 cf27dee9..c5edc19c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.414.0 + rev: 37.418.2 hooks: - id: renovate-config-validator