Skip to content

Commit c1a8c44

Browse files
chore(config): migrate config renovate.json (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fcf0a8 commit c1a8c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
{
1212
"description": "Group all ZenStack packages together",
1313
"groupName": "zenstack",
14-
"matchPackagePatterns": ["^@zenstackhq/"],
15-
"matchUpdateTypes": ["minor", "patch"]
14+
"matchUpdateTypes": ["minor", "patch"],
15+
"matchPackageNames": ["/^@zenstackhq//"]
1616
},
1717
{
1818
"description": "Group Vue ecosystem packages",
@@ -22,7 +22,7 @@
2222
{
2323
"description": "Group linting/formatting tools",
2424
"groupName": "linting",
25-
"matchPackagePatterns": ["eslint", "prettier"]
25+
"matchPackageNames": ["/eslint/", "/prettier/"]
2626
},
2727
{
2828
"description": "Group test infrastructure",

0 commit comments

Comments
 (0)