mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix(presets): Handle MUI (previously: Material-UI) organization change in material-ui monorepo (#14252)
This commit is contained in:
parent
59f98ea6c5
commit
fd423903f0
1 changed files with 4 additions and 1 deletions
|
@ -129,7 +129,10 @@ const repoGroups = {
|
|||
'material-components-web':
|
||||
'https://github.com/material-components/material-components-web',
|
||||
mdx: 'https://github.com/mdx-js/mdx',
|
||||
'material-ui': 'https://github.com/mui-org/material-ui',
|
||||
'material-ui': [
|
||||
'https://github.com/mui-org/material-ui', // Previous organization name (see: https://github.com/mui/material-ui/pull/30944)
|
||||
'https://github.com/mui/material-ui',
|
||||
],
|
||||
'mikro-orm': 'https://github.com/mikro-orm/mikro-orm',
|
||||
mockito: 'https://github.com/mockito/mockito',
|
||||
mstest: 'https://github.com/microsoft/testfx',
|
||||
|
|
Loading…
Reference in a new issue