From 4b9eefd96b8d79b06e289290aed59a8fd71df26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:48:54 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 6 +++--- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0643b09..5a521fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.0 # npm + - prettier@3.3.2 # npm - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm @@ -67,7 +67,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-github-workflows - id: check-jsonschema @@ -83,7 +83,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/camptocamp/helm-common - rev: 2.0.0 + rev: 2.0.1 hooks: - id: helm-template-gen files: |- diff --git a/ci/config.yaml b/ci/config.yaml index 32b7452..bb60488 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.20/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.21/c2cciutils/schema.json publish: helm: diff --git a/ci/requirements.txt b/ci/requirements.txt index 52dd0f0..2600e99 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.20 +c2cciutils[checks,publish]==1.6.21 pre-commit==3.7.1