diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18145e68..7afb3b30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -90,6 +90,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.142.2 + rev: 38.142.7 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index 322c168b..4888714e 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.1/c2cciutils/schema.json publish: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index 264a6c4c..fc896ce0 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.7.0 +c2cciutils[checks,publish]==1.7.1 pre-commit==4.0.1 poetry-dynamic-versioning==1.4.1 poetry-plugin-export==1.8.0