diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cd6dee..d0c449e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,14 +43,14 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.42.1/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.42.2/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.61.0 + rev: v1.62.0 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.142.1 + rev: 39.15.1 hooks: - id: renovate-config-validator