mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-12 09:44:18 +00:00
Merge branch 'main' into strict-mode-docs
This commit is contained in:
commit
bdfdcd75a7
5 changed files with 8 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
|
||||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
|
||||
with:
|
||||
python-version-file: .python-version
|
||||
cache: pip
|
||||
|
|
@ -44,11 +44,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Get Renovate version
|
||||
id: get-renovate-version
|
||||
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
|
||||
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
|
||||
with:
|
||||
cmd: >-
|
||||
yq eval
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 38.128.6
|
||||
rev: 39.49.3
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
name: renovate-config-validator
|
||||
description: Validate Renovate config
|
||||
language: node
|
||||
additional_dependencies: [renovate@38.128.6]
|
||||
additional_dependencies: [renovate@39.49.3]
|
||||
entry: renovate-config-validator
|
||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.13.0
|
||||
3.13.1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ For general usage:
|
|||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 38.128.6
|
||||
rev: 39.49.3
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue