From 18002bf35b378902ce40bca7ea3bfccb189caa2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:35:04 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 6c74a43..7cd899d 100644 --- a/renovate.json +++ b/renovate.json @@ -5,8 +5,8 @@ { "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", - "matchPackagePatterns": ["*"], - "matchUpdateTypes": ["minor", "patch"] + "matchUpdateTypes": ["minor", "patch"], + "matchPackageNames": ["*"] }, { "matchDatasources": ["docker"],