Skip to content

Commit ffb45fe

Browse files
chore(renovate): split patch and minor rules (#1572)
1 parent 8e2f518 commit ffb45fe

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
],
55
"packageRules": [
66
{
7-
"groupName": "all non-major dependencies",
8-
"updateTypes": ["patch", "minor"],
9-
"groupSlug": "all-minor-patch"
7+
"groupName": "all patch versions",
8+
"groupSlug": "all-patch",
9+
"matchUpdateTypes": ["patch"],
10+
"excludePackageNames": ["prettier"],
11+
"schedule": ["before 3am every weekday"]
12+
},
13+
{
14+
"matchUpdateTypes": ["minor"],
15+
"dependencyDashboardApproval": true
1016
},
1117
{
1218
"matchPackageNames": ["@opentelemetry/api"],

0 commit comments

Comments
 (0)