From f449e8d3d3ee2ed057aae4fbd301a4b52b17b81b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:37:39 -0500 Subject: [PATCH] Migrate Renovate config (#20741) 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). --- Release Notes: - N/A --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marshall Bowers --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 749b6fb5b3..39607c6b43 100644 --- a/renovate.json +++ b/renovate.json @@ -17,8 +17,8 @@ "packageRules": [ { "description": "Group wasmtime crates together.", - "matchPackagePrefixes": ["wasmtime"], - "groupName": "wasmtime" + "groupName": "wasmtime", + "matchPackageNames": ["wasmtime{/,}**"] } ] }