From 0c8c164e42fc9fca8bc722d9a03b4f1cd90b78b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 04:03:21 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index ed4fccab..97f4c335 100644 --- a/renovate.json +++ b/renovate.json @@ -145,7 +145,9 @@ "minor", "patch" ], - "excludePackageNames": ["/^@stanlemon\\//"] + "matchPackageNames": [ + "!/^@stanlemon\\//" + ] } ] -} \ No newline at end of file +}