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": ["*"],