diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6579138..f74b3d03 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@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1 + uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5 with: cmd: >- yq eval diff --git a/.github/workflows/pr-auto.yml b/.github/workflows/pr-auto.yml new file mode 100644 index 00000000..2c126928 --- /dev/null +++ b/.github/workflows/pr-auto.yml @@ -0,0 +1,18 @@ +name: auto-pr + +on: + pull_request_target: + types: + - opened + +jobs: + review: + if: github.event.action == 'opened' && !endsWith(github.event.pull_request.user.login, '[bot]') + runs-on: ubuntu-24.04 + permissions: + pull-requests: write + steps: + - uses: hkusu/review-assign-action@5bee595fdb9765d4a0bd35724b6302fa15569158 # v1.4.0 + with: + reviewers: ${{ vars.REVIEWERS }} + max-num-of-reviewers: 2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc2e29a1..63b4e223 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: 42.95.0 + rev: 43.102.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9df3407c..fb2473b7 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@42.95.0] + additional_dependencies: [renovate@43.102.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/.python-version b/.python-version index 95ed564f..da717732 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.2 +3.14.3 diff --git a/README.md b/README.md index 45b8b435..dea71095 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: 42.95.0 + rev: 43.102.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: 42.95.0 + rev: 43.102.0 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: 42.95.0 + rev: 43.102.0 hooks: - id: renovate-config-validator args: [--strict]