Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 13afbb0 commit 473f2b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.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$'],
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)^(
Expand All @@ -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
Expand All @@ -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: |-
Expand Down Expand Up @@ -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

0 comments on commit 473f2b0

Please sign in to comment.