diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36b53fc7..e3a0e1c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: .python-version cache: pip @@ -48,7 +48,7 @@ jobs: - name: Get Renovate version id: get-renovate-version - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 with: cmd: >- yq eval diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54042cc6..61755940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.214.0 + rev: 43.246.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 44043296..b195c173 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.214.0] + additional_dependencies: [renovate@43.246.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/.python-version b/.python-version index a6d9ada0..3f0a10fd 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.5 +3.14.6 diff --git a/README.md b/README.md index 6a65977b..ecc10061 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.214.0 + rev: 43.246.1 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.214.0 + rev: 43.246.1 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.214.0 + rev: 43.246.1 hooks: - id: renovate-config-validator args: [--strict]