diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8aa6c6e7..8db1b53a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Get Renovate version id: get-renovate-version - uses: mikefarah/yq@e19046273e37d1d4f5d3524f085db34be8174645 # v4.40.6 + uses: mikefarah/yq@bb66c9c872a7a4cf3d6846c2ff6d182c66ec3f77 # v4.40.7 with: cmd: >- yq eval diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a03a0b3..1ae2a7f2 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: 37.175.3 + rev: 37.183.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d1b0cb0e..1a9a1e30 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.175.3] + additional_dependencies: [renovate@37.183.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index d9611618..b0db69cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.175.3 + rev: 37.183.0 hooks: - id: renovate-config-validator ``` diff --git a/requirements.txt b/requirements.txt index 5cef2202..2e6e3767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit==3.6.0 +pre-commit==3.6.1