mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-14 10:34:46 +00:00
Merge branch 'main' into viceice-patch-1
This commit is contained in:
commit
ac54235037
5 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get Renovate version
|
- name: Get Renovate version
|
||||||
id: get-renovate-version
|
id: get-renovate-version
|
||||||
uses: mikefarah/yq@e19046273e37d1d4f5d3524f085db34be8174645 # v4.40.6
|
uses: mikefarah/yq@bb66c9c872a7a4cf3d6846c2ff6d182c66ec3f77 # v4.40.7
|
||||||
with:
|
with:
|
||||||
cmd: >-
|
cmd: >-
|
||||||
yq eval
|
yq eval
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||||
rev: 37.175.3
|
rev: 37.183.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: renovate-config-validator
|
- id: renovate-config-validator
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
name: renovate-config-validator
|
name: renovate-config-validator
|
||||||
description: Validate Renovate config
|
description: Validate Renovate config
|
||||||
language: node
|
language: node
|
||||||
additional_dependencies: [renovate@37.175.3]
|
additional_dependencies: [renovate@37.183.0]
|
||||||
entry: renovate-config-validator
|
entry: renovate-config-validator
|
||||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen
|
||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||||
rev: 37.175.3
|
rev: 37.183.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: renovate-config-validator
|
- id: renovate-config-validator
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
pre-commit==3.6.0
|
pre-commit==3.6.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue