We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcf0a8 commit c1a8c44Copy full SHA for c1a8c44
renovate.json
@@ -11,8 +11,8 @@
11
{
12
"description": "Group all ZenStack packages together",
13
"groupName": "zenstack",
14
- "matchPackagePatterns": ["^@zenstackhq/"],
15
- "matchUpdateTypes": ["minor", "patch"]
+ "matchUpdateTypes": ["minor", "patch"],
+ "matchPackageNames": ["/^@zenstackhq//"]
16
},
17
18
"description": "Group Vue ecosystem packages",
@@ -22,7 +22,7 @@
22
23
"description": "Group linting/formatting tools",
24
"groupName": "linting",
25
- "matchPackagePatterns": ["eslint", "prettier"]
+ "matchPackageNames": ["/eslint/", "/prettier/"]
26
27
28
"description": "Group test infrastructure",
0 commit comments