From 12b37e4038035ebb01fcd5f12eae730873502b88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:25:03 +0000 Subject: [PATCH] chore(deps): update artifactory support dependencies | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.43.0 | v0.43.1 | | github-tags | renovatebot/pre-commit-hooks | 39.20.1 | 39.20.5 | --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40929bc..9e2b270 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.20.5 hooks: - id: renovate-config-validator