We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69473bf commit ba17664Copy full SHA for ba17664
renovate.json
@@ -8,6 +8,9 @@
8
"enabled": true,
9
"schedule": ["* 12-18 * * 5"]
10
},
11
+ "pre-commit": {
12
+ "enabled": true
13
+ },
14
"packageRules": [
15
{
16
"description": "Group minor and patch updates for GitHub Actions to reduce PR noise",
@@ -18,6 +21,15 @@
18
21
"groupName": "GitHub Actions",
19
22
"groupSlug": "github-actions"
20
23
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
33
34
"description": "Group digest updates for all dependencies to maintain lockfile consistency",
35
"matchPackagePatterns": ["*"],
0 commit comments