Skip to content

Commit 3c0b605

Browse files
committed
Add renovate to pre-commit
1 parent 6c2e39a commit 3c0b605

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: detect-secrets
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.2.1
44+
rev: v0.3.4
4545
hooks:
4646
- id: ruff
4747
args: [--fix]
@@ -51,3 +51,8 @@ repos:
5151
rev: v8.18.2
5252
hooks:
5353
- id: gitleaks
54+
55+
- repo: https://github.com/renovatebot/pre-commit-hooks
56+
rev: 37.264.0
57+
hooks:
58+
- id: renovate-config-validator

0 commit comments

Comments
 (0)