How to separate MUI and MUI-X updates? #40641
-
How are you running Renovate?A Mend.io-hosted app Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?42.85.1 Please tell us more about your question or problemRecently we finally managed to push Material UI v6 => v7 upgrade through the finish line. This took us quite some time, mostly due to the breaking changes. Once it was done, we found out that MUI-X upgrades were stuck behind, accumulating quite a gap ( MUI-X packages have the same Currently we don't have any MUI-specific overrides in our Renovate configuration. We would like to avoid such situation in the future, but I cannot think of an easy way to decouple those via Renovate config. Any help will be greatly appreciated. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
AFAIK all MUI-X packages are prefixed with So do you have tried to use that in a matcher |
Beta Was this translation helpful? Give feedback.
AFAIK all MUI-X packages are prefixed with
@mui/x-*.So do you have tried to use that in a matcher
matchPackageNames: [ "@mui/x-*" ]?