From 22979b7e19b8ce8ab4c276a622c55b3aa3221090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Fri, 12 Dec 2025 18:09:25 -0600 Subject: [PATCH] Auto-update pre-commit hooks --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index aa836fe..832c895 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,9 @@ "enabled": true, "schedule": ["* 12-18 * * 5"] }, + "pre-commit": { + "enabled": true + }, "packageRules": [ { "description": "Group minor and patch updates for GitHub Actions to reduce PR noise", @@ -18,6 +21,15 @@ "groupName": "GitHub Actions", "groupSlug": "github-actions" }, + { + "description": "Group pre-commit updates", + "matchManagers": [ + "pre-commit" + ], + "matchUpdateTypes": ["patch", "minor"], + "groupName": "pre-commit hooks", + "groupSlug": "pre-commit" + }, { "description": "Group digest updates for all dependencies to maintain lockfile consistency", "matchPackagePatterns": ["*"],