From 32ad47ba164a466c9e0f2e44c7167400701af289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:52:01 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 15fc5362..9f06c2dd 100644 --- a/renovate.json +++ b/renovate.json @@ -13,8 +13,10 @@ { "description": "ignore our client because it's not published on maven central", "matchManagers": "maven", - "matchPackagePatterns": "commafeed-client", - "enabled": false + "enabled": false, + "matchPackageNames": [ + "/commafeed-client/" + ] }, { "description": "io.quarkus.platform artifacts are released a week after io.quarkus artifacts",