Skip to content

Commit c03efdf

Browse files
chore(deps): update dependency renovate to v44.29.4 (#4668)
| datasource | package | from | to | | ---------- | -------- | ------- | ------- | | npm | renovate | 44.29.3 | 44.29.4 |
1 parent 0fabbc6 commit c03efdf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/renovatebot/pre-commit-hooks
3-
rev: 44.29.3
3+
rev: 44.29.4
44
hooks:
55
- id: renovate-config-validator

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
minimum_pre_commit_version: 3.6.0
55
language: node
66
language_version: lts
7-
additional_dependencies: [renovate@44.29.3]
7+
additional_dependencies: [renovate@44.29.4]
88
entry: renovate-config-validator
99
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For general usage:
1111
```yaml
1212
repos:
1313
- repo: https://github.com/renovatebot/pre-commit-hooks
14-
rev: 44.29.3
14+
rev: 44.29.4
1515
hooks:
1616
- id: renovate-config-validator
1717
```
@@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo
2222
```yaml
2323
repos:
2424
- repo: https://github.com/renovatebot/pre-commit-hooks
25-
rev: 44.29.3
25+
rev: 44.29.4
2626
hooks:
2727
- id: renovate-config-validator
2828
args: [--strict]
@@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks.
3737
```yaml
3838
repos:
3939
- repo: https://github.com/renovatebot/pre-commit-hooks
40-
rev: 44.29.3
40+
rev: 44.29.4
4141
hooks:
4242
- id: renovate-config-validator
4343
args: [--strict]

0 commit comments

Comments
 (0)