Skip to content

Commit

Permalink
chore: add renovate config validator pre-commit hoook.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 28, 2024
1 parent 69957a4 commit 2242f4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ repos:
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- id: trailing-whitespace
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.219.0
hooks:
- id: renovate-config-validator
- repo: local
hooks:
- id: pdm-sync
Expand Down
4 changes: 4 additions & 0 deletions template/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ repos:
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- id: trailing-whitespace
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.219.0
hooks:
- id: renovate-config-validator
- repo: local
hooks:
- id: pdm-sync
Expand Down

0 comments on commit 2242f4f

Please sign in to comment.