Skip to content

Commit 3e67bd6

Browse files
chore(deps): update dependency renovate to v41.168.0 (#3619)
| datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 41.167.2 | 41.168.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df15b39 commit 3e67bd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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: 41.167.2
3+
rev: 41.168.0
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@41.167.2]
7+
additional_dependencies: [renovate@41.168.0]
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: 41.167.2
14+
rev: 41.168.0
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: 41.167.2
25+
rev: 41.168.0
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: 41.167.2
40+
rev: 41.168.0
4141
hooks:
4242
- id: renovate-config-validator
4343
args: [--strict]

0 commit comments

Comments
 (0)