From 5ff272cad915b3ff99ad8a642fcb40b4efdfbfd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:15:18 +0000 Subject: [PATCH] chore(deps): update jenkins support dependencies | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.38.3 | v0.39.0 | | github-tags | renovatebot/pre-commit-hooks | 38.68.0 | 38.70.2 | --- .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 1d80542..eb5cdf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ 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 @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.68.0 + rev: 38.70.2 hooks: - id: renovate-config-validator