Merge branch 'main' into patch-1

This commit is contained in:
Michael Kriese 2025-05-06 10:53:30 +02:00 committed by GitHub
commit e3f612a6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with: with:
python-version-file: .python-version python-version-file: .python-version
cache: pip cache: pip
@ -48,7 +48,7 @@ jobs:
- name: Get Renovate version - name: Get Renovate version
id: get-renovate-version id: get-renovate-version
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1 uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2
with: with:
cmd: >- cmd: >-
yq eval yq eval

View file

@ -1,5 +1,5 @@
repos: repos:
- repo: https://github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.220.2 rev: 40.3.4
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator

View file

@ -3,6 +3,6 @@
description: Validate Renovate config description: Validate Renovate config
language: node language: node
language_version: lts language_version: lts
additional_dependencies: [renovate@39.220.2] additional_dependencies: [renovate@40.3.4]
entry: renovate-config-validator entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'

View file

@ -1 +1 @@
3.13.2 3.13.3

View file

@ -11,7 +11,7 @@ For general usage:
```yaml ```yaml
repos: repos:
- repo: https://github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.220.2 rev: 40.3.4
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator
``` ```
@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo
```yaml ```yaml
repos: repos:
- repo: https://github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.220.2 rev: 40.3.4
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator
args: [--strict] args: [--strict]

View file

@ -1 +1 @@
pre-commit==3.8.0 pre-commit==4.2.0