From 2308cf3d64fc1d894473b6277c3ea644414dae7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:42:08 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index d93ac33..4700731 100644 --- a/renovate.json +++ b/renovate.json @@ -11,8 +11,8 @@ { "description": "Group all ZenStack packages together", "groupName": "zenstack", - "matchPackagePatterns": ["^@zenstackhq/"], - "matchUpdateTypes": ["minor", "patch"] + "matchUpdateTypes": ["minor", "patch"], + "matchPackageNames": ["/^@zenstackhq//"] }, { "description": "Group Vue ecosystem packages", @@ -22,7 +22,7 @@ { "description": "Group linting/formatting tools", "groupName": "linting", - "matchPackagePatterns": ["eslint", "prettier"] + "matchPackageNames": ["/eslint/", "/prettier/"] }, { "description": "Group test infrastructure",