From 0eb271ee7edb09bb678f088d6defdf404d33c94b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:35:01 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 3b4158a2..9c756ba1 100644 --- a/renovate.json +++ b/renovate.json @@ -7,13 +7,13 @@ { "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", - "matchPackagePatterns": [ - "*" - ], - "excludePackageNames": ["python"], "matchUpdateTypes": [ "minor", "patch" + ], + "matchPackageNames": [ + "*", + "!python" ] } ],