diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0c18cb0..b85a6ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,13 +1,13 @@ { extends: [ - 'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.8.1', - 'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.8.1', + 'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.8.5', + 'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.8.5', ], kubernetes: { fileMatch: ['templates/.+\\.yaml$', 'tests/.*expected\\.yaml$'], diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41120aa..519e41c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 1.2.1 + rev: 1.3.0 hooks: - id: copyright - repo: https://github.com/codespell-project/codespell @@ -38,9 +38,9 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.4.2 # npm - - prettier-plugin-sh@0.14.0 # npm - - prettier-plugin-toml@2.0.1 # npm + - prettier@3.5.2 # npm + - prettier-plugin-sh@0.15.0 # npm + - prettier-plugin-toml@2.0.2 # npm - '@prettier/plugin-xml@0.12.0' # npm exclude: |- (?x)^( @@ -58,7 +58,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.1 + rev: 0.31.2 hooks: - id: check-github-workflows - id: check-jsonschema @@ -74,7 +74,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/camptocamp/helm-common - rev: 2.1.1 + rev: 2.1.2 hooks: - id: helm-template-gen files: |- @@ -138,6 +138,6 @@ repos: |\.github/publish\.yaml )$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.156.0 + rev: 39.182.3 hooks: - id: renovate-config-validator