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 3, 2025
1 parent be6f0b7 commit 5c3b07d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 1.0.0
rev: 1.4.0
hooks:
- id: copyright
- id: workflows-require-timeout
- id: helm-lock
- repo: https://github.com/camptocamp/helm-common
rev: 2.0.1
rev: 2.1.2
hooks:
- id: helm-template-gen
files: |-
Expand Down Expand Up @@ -60,16 +60,16 @@ repos:
- .
- tests/qgis-expected.yaml
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.3 # npm
- prettier-plugin-sh@0.14.0 # npm
- prettier@3.5.3 # npm
- prettier-plugin-sh@0.15.0 # npm
- prettier-plugin-toml@2.0.1 # npm
- '@prettier/plugin-xml@0.12.0' # npm
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -81,7 +81,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.31.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -101,7 +101,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.22/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.3/c2cciutils/schema.json

publish:
pypi: false
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.22
c2cciutils[checks,publish]==1.7.3
pre-commit==3.8.0

0 comments on commit 5c3b07d

Please sign in to comment.