From 2aa21336ab3ef2016ff7fdb5ae7908e4af21b38a Mon Sep 17 00:00:00 2001 From: Ham Renovate Date: Mon, 23 Feb 2026 11:29:42 +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 e6cfa5594..f20fbc500 100644 --- a/renovate.json +++ b/renovate.json @@ -15,10 +15,10 @@ "matchManagers": [ "npm" ], - "matchPackagePatterns": [ + "separateMajorMinor": false, + "matchPackageNames": [ "*" - ], - "separateMajorMinor": false + ] } ], "vulnerabilityAlerts": {