Merge branch 'main' into viceice-patch-1

This commit is contained in:
Maxime Brunet 2024-02-12 00:29:04 +00:00 committed by GitHub
commit ac54235037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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?)?$'

View file

@ -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
```

View file

@ -1 +1 @@
pre-commit==3.6.0
pre-commit==3.6.1