Skip to content

Commit ba17664

Browse files
Auto-update pre-commit hooks (#70)
1 parent 69473bf commit ba17664

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"enabled": true,
99
"schedule": ["* 12-18 * * 5"]
1010
},
11+
"pre-commit": {
12+
"enabled": true
13+
},
1114
"packageRules": [
1215
{
1316
"description": "Group minor and patch updates for GitHub Actions to reduce PR noise",
@@ -18,6 +21,15 @@
1821
"groupName": "GitHub Actions",
1922
"groupSlug": "github-actions"
2023
},
24+
{
25+
"description": "Group pre-commit updates",
26+
"matchManagers": [
27+
"pre-commit"
28+
],
29+
"matchUpdateTypes": ["patch", "minor"],
30+
"groupName": "pre-commit hooks",
31+
"groupSlug": "pre-commit"
32+
},
2133
{
2234
"description": "Group digest updates for all dependencies to maintain lockfile consistency",
2335
"matchPackagePatterns": ["*"],

0 commit comments

Comments
 (0)