Migrate Renovate config (#20741)

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 <elliott.codes@gmail.com>
This commit is contained in:
renovate[bot] 2024-11-15 14:37:39 -05:00 committed by GitHub
parent da09cbd055
commit f449e8d3d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@
"packageRules": [
{
"description": "Group wasmtime crates together.",
"matchPackagePrefixes": ["wasmtime"],
"groupName": "wasmtime"
"groupName": "wasmtime",
"matchPackageNames": ["wasmtime{/,}**"]
}
]
}