From e119eb5fa04a1e703d0ff9a4762bc39aafd8bf7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:34:43 +0000 Subject: [PATCH] chore(deps): update artifactory support dependencies | datasource | package | from | to | | ----------- | ---------------------------------- | ------- | -------- | | github-tags | defenseunicorns/zarf | v0.38.2 | v0.42.1 | | github-tags | golangci/golangci-lint | v1.60.2 | v1.61.0 | | github-tags | pre-commit/pre-commit-hooks | v4.6.0 | v5.0.0 | | github-tags | python-jsonschema/check-jsonschema | 0.29.1 | 0.29.4 | | github-tags | renovatebot/pre-commit-hooks | 38.46.1 | 38.142.1 | --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d464d50..8cd6dee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -34,7 +34,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.4 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -43,14 +43,14 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.2/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.42.1/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.60.2 + rev: v1.61.0 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.46.1 + rev: 38.142.1 hooks: - id: renovate-config-validator