diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d80542..3768bd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,14 +40,14 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.3/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.39.0/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.60.3 + rev: v1.61.0 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.68.0 + rev: 38.77.2 hooks: - id: renovate-config-validator