diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db8aafab..1df665c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set up Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 @@ -44,11 +44,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Get Renovate version id: get-renovate-version - uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4 + uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2 with: cmd: >- yq eval diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d83fe2ca..f9d7dfcf 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: 40.36.8 + rev: 41.100.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e3b1acbe..176dd641 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,8 +1,9 @@ - id: renovate-config-validator name: renovate-config-validator description: Validate Renovate config + minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@40.36.8] + additional_dependencies: [renovate@41.100.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/.python-version b/.python-version index 2c20ac9b..976544cc 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.3 +3.13.7 diff --git a/README.md b/README.md index f786601c..2418fdf4 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: 40.36.8 + rev: 41.100.0 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: 40.36.8 + rev: 41.100.0 hooks: - id: renovate-config-validator args: [--strict] diff --git a/requirements.txt b/requirements.txt index d5c24779..3ee86222 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit==4.2.0 +pre-commit==4.3.0