mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
feat(preset): group JWT Framework packages together (#18635)
This commit is contained in:
parent
c885c889a5
commit
4006ef4667
1 changed files with 11 additions and 0 deletions
|
@ -63,6 +63,7 @@ const staticGroups = {
|
|||
'group:jekyllEcosystem',
|
||||
'group:jestPlusTSJest',
|
||||
'group:jestPlusTypes',
|
||||
'group:jwtFramework',
|
||||
'group:kubernetes',
|
||||
'group:phpstan',
|
||||
'group:polymer',
|
||||
|
@ -684,6 +685,16 @@ const staticGroups = {
|
|||
},
|
||||
],
|
||||
},
|
||||
jwtFramework: {
|
||||
description: 'Group JWT Framework packages together.',
|
||||
packageRules: [
|
||||
{
|
||||
matchDatasources: ['packagist'],
|
||||
matchPackagePrefixes: ['web-token/'],
|
||||
groupName: 'JWT Framework packages',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
const config: any = { ...staticGroups };
|
||||
|
|
Loading…
Reference in a new issue