From c0ba2b7638555203761379aa6cf31891f231b76b Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Tue, 3 Dec 2024 08:45:49 +0100 Subject: [PATCH] Update renovate pre-commit hook to version 39.45.2 Drop it from pre-commit.ci since it is unnecessarily huge. --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a6eecc..b78186d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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