Skip to content

Commit

Permalink
chore(deps): update dependency renovate to v39.62.5 (#2648)
Browse files Browse the repository at this point in the history
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 39.62.4 | 39.62.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent dc4c3b1 commit 1d9a655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/renovatebot/pre-commit-hooks
rev: 39.62.4
rev: 39.62.5
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: [[email protected].4]
additional_dependencies: [[email protected].5]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For general usage:
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.62.4
rev: 39.62.5
hooks:
- id: renovate-config-validator
```
Expand All @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.62.4
rev: 39.62.5
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down

0 comments on commit 1d9a655

Please sign in to comment.