Skip to content

Commit

Permalink
Update CI dependencies (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 2575e92 commit 3a59cbb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
extends: [
'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.8.0',
'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.8.0',
'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$'],
Expand Down
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ 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
- id: poetry-lock
additional_dependencies:
- poetry==2.0.1 # pypi
- poetry==2.1.1 # pypi
exclude: ^pyproject.toml$
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
Expand All @@ -34,9 +34,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)(
Expand All @@ -52,7 +52,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-actions
- id: check-github-workflows
Expand All @@ -69,13 +69,13 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff-format
args:
- --line-length=110
- repo: https://github.com/PyCQA/prospector
rev: 1.14.0
rev: v1.15.2
hooks:
- id: prospector
args:
Expand All @@ -85,7 +85,7 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- ruff==0.9.9 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
Expand All @@ -96,7 +96,7 @@ repos:
|\.github/publish\.yaml
)$
- repo: https://github.com/camptocamp/helm-common
rev: 2.1.1
rev: 2.1.2
hooks:
- id: helm-template-gen
files: |-
Expand All @@ -112,6 +112,6 @@ repos:
- .
- tests/expected.yaml
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.156.0
rev: 39.182.3
hooks:
- id: renovate-config-validator

0 comments on commit 3a59cbb

Please sign in to comment.