diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40929bc..37eca2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.43.0/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.43.1/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint @@ -51,6 +51,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.20.1 + rev: 39.25.5 hooks: - id: renovate-config-validator