Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 44.4.4
rev: 44.4.5
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
minimum_pre_commit_version: 3.6.0
language: node
language_version: lts
additional_dependencies: [renovate@44.4.4]
additional_dependencies: [renovate@44.4.5]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For general usage:
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 44.4.4
rev: 44.4.5
hooks:
- id: renovate-config-validator
```
Expand All @@ -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: 44.4.4
rev: 44.4.5
hooks:
- id: renovate-config-validator
args: [--strict]
Expand All @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks.
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 44.4.4
rev: 44.4.5
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down