mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
feat: add react-admin group
This commit is contained in:
parent
a8e4b722d4
commit
1f5a95551a
1 changed files with 11 additions and 0 deletions
|
@ -583,6 +583,17 @@ const staticGroups = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
reactAdmin: {
|
||||||
|
description: 'Group react-admin packages together',
|
||||||
|
packageRules: [
|
||||||
|
{
|
||||||
|
matchPackageNames: ['react-admin'],
|
||||||
|
matchPackagePatterns: ['^ra-'],
|
||||||
|
groupName: 'react-admin packages',
|
||||||
|
groupSlug: 'react-admin',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const config: any = { ...staticGroups };
|
const config: any = { ...staticGroups };
|
||||||
|
|
Loading…
Reference in a new issue