mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-11 09:14:19 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
8832cdc2c4
4 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
|
||||
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
|
||||
with:
|
||||
python-version-file: .python-version
|
||||
cache: pip
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 39.165.3
|
||||
rev: 39.220.2
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
description: Validate Renovate config
|
||||
language: node
|
||||
language_version: lts
|
||||
additional_dependencies: [renovate@39.165.3]
|
||||
additional_dependencies: [renovate@39.220.2]
|
||||
entry: renovate-config-validator
|
||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ For general usage:
|
|||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 39.165.3
|
||||
rev: 39.220.2
|
||||
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: 39.165.3
|
||||
rev: 39.220.2
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
args: [--strict]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue