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