Skip to content

Commit de36f02

Browse files
chore(deps): update dependency renovate to v39.160.0 (#2804)
| datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 39.159.0 | 39.160.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fba23a0 commit de36f02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 39.159.0
3+
rev: 39.160.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
@@ -2,6 +2,6 @@
22
name: renovate-config-validator
33
description: Validate Renovate config
44
language: node
5-
additional_dependencies: [renovate@39.159.0]
5+
additional_dependencies: [renovate@39.160.0]
66
entry: renovate-config-validator
77
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'

README.md

Lines changed: 2 additions & 2 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: 39.159.0
14+
rev: 39.160.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: 39.159.0
25+
rev: 39.160.0
2626
hooks:
2727
- id: renovate-config-validator
2828
args: [--strict]

0 commit comments

Comments
 (0)