Skip to content

Commit 84f9781

Browse files
chore(deps): update dependency renovate to v39.211.1 (#2862)
| datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 39.205.1 | 39.211.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c664b8 commit 84f9781

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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.205.1
3+
rev: 39.211.1
44
hooks:
55
- id: renovate-config-validator

.pre-commit-hooks.yaml

+1-1
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.205.1]
5+
additional_dependencies: [renovate@39.211.1]
66
entry: renovate-config-validator
77
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'

README.md

+2-2
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.205.1
14+
rev: 39.211.1
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.205.1
25+
rev: 39.211.1
2626
hooks:
2727
- id: renovate-config-validator
2828
args: [--strict]

0 commit comments

Comments
 (0)