Skip to content

Commit

Permalink
Update renovate pre-commit hook to version 39.45.2
Browse files Browse the repository at this point in the history
Drop it from pre-commit.ci since it is unnecessarily huge.
  • Loading branch information
hluk committed Dec 3, 2024
1 parent 8d105fa commit c0ba2b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ ci:
autoupdate_schedule: monthly
skip:
- hadolint-docker
# renovate exceeds tier max size 250MiB on pre-commit.ci
# (due to huge node.js dependencies)
- renovate-config-validator

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -76,6 +79,6 @@ repos:

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.45.2
rev: 39.46.1
hooks:
- id: renovate-config-validator

0 comments on commit c0ba2b7

Please sign in to comment.