From bf32ecec586dd577367e9870bb5b4188a8251696 Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:33:55 +0000 Subject: [PATCH] chore(config): migrate renovate config J:KIT-282 (#4710) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com> --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index e057221f1fb..1404535e3a5 100644 --- a/renovate.json +++ b/renovate.json @@ -24,14 +24,14 @@ "groupSlug": "typescript", "rangeStrategy": "replace", "description": "Isolate typescript", - "matchPackagePatterns": ["typescript"] + "matchPackageNames": ["/typescript/"] }, { "groupName": "dompurify", "groupSlug": "dompurify", "rangeStrategy": "replace", "description": "Isolate dompurify", - "matchPackagePatterns": ["dompurify"] + "matchPackageNames": ["/dompurify/"] }, { "groupName": "Angular",