From 97d532c4632ea288e298e267e86ea9004c86e299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:07:32 +0000 Subject: [PATCH] chore(deps): update artifactory support dependencies | datasource | package | from | to | | ----------- | ---------------------------- | -------- | ------- | | github-tags | defenseunicorns/zarf | v0.42.1 | v0.42.2 | | github-tags | golangci/golangci-lint | v1.61.0 | v1.62.0 | | github-tags | renovatebot/pre-commit-hooks | 38.142.1 | 39.13.1 | --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cd6dee..aafeb01 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.13.1 hooks: - id: renovate-config-validator