Skip to content

Commit

Permalink
chore(deps): update dependency renovate to v36.8.3 (#1235)
Browse files Browse the repository at this point in the history
| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| npm        | renovate | 36.8.2 | 36.8.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent d3ae61e commit f0382eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/maxbrunet/pre-commit-renovate
rev: 36.8.2
rev: 36.8.3
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 @@ -2,6 +2,6 @@
name: renovate-config-validator
description: Validate Renovate config
language: node
additional_dependencies: [renovate@36.8.2]
additional_dependencies: [renovate@36.8.3]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.8.2
rev: 36.8.3
hooks:
- id: renovate-config-validator
```

0 comments on commit f0382eb

Please sign in to comment.