mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
Merge a4d1903c9b
into 19a99d2ca9
This commit is contained in:
commit
92e9003ce1
2 changed files with 41 additions and 1 deletions
|
@ -298,6 +298,46 @@ const staticGroups = {
|
|||
},
|
||||
],
|
||||
},
|
||||
kiota: {
|
||||
description: 'Group Kiota packages together.',
|
||||
packageRules: [
|
||||
{
|
||||
description: 'Groups Kiota Node.JS packages together.',
|
||||
groupName: 'Kiota',
|
||||
groupSlug: 'kiota-node',
|
||||
matchDatasources: ['npm'],
|
||||
matchPackageNames: ['@microsoft/kiota**'],
|
||||
},
|
||||
{
|
||||
description: 'Groups Kiota .NET packages together.',
|
||||
groupName: 'Kiota',
|
||||
groupSlug: 'kiota-dotnet',
|
||||
matchDatasources: ['nuget'],
|
||||
matchPackageNames: ['Microsoft.Kiota**', 'Microsoft.OpenApi.Kiota**'],
|
||||
},
|
||||
{
|
||||
description: 'Groups Kiota Java packages together.',
|
||||
groupName: 'Kiota',
|
||||
groupSlug: 'kiota-java',
|
||||
matchDatasources: ['maven'],
|
||||
matchPackageNames: ['com.microsoft.kiota**'],
|
||||
},
|
||||
{
|
||||
description: 'Groups Kiota Python packages together.',
|
||||
groupName: 'Kiota',
|
||||
groupSlug: 'kiota-python',
|
||||
matchDatasources: ['pypi'],
|
||||
matchPackageNames: ['microsoft-kiota**'],
|
||||
},
|
||||
{
|
||||
description: 'Groups Kiota Go packages together.',
|
||||
groupName: 'Kiota',
|
||||
groupSlug: 'kiota-go',
|
||||
matchDatasources: ['go'],
|
||||
matchPackageNames: ['github.com/microsoft/kiota**'],
|
||||
},
|
||||
],
|
||||
},
|
||||
kubernetes: {
|
||||
description: 'Group Kubernetes packages together.',
|
||||
packageRules: [
|
||||
|
@ -481,6 +521,7 @@ const staticGroups = {
|
|||
'group:jestPlusTSJest',
|
||||
'group:jestPlusTypes',
|
||||
'group:jwtFramework',
|
||||
'group:kiota',
|
||||
'group:kubernetes',
|
||||
'group:micrometer',
|
||||
'group:phpstan',
|
||||
|
|
|
@ -352,7 +352,6 @@
|
|||
"jsplumb": "https://github.com/jsplumb/jsplumb",
|
||||
"junit5": "https://github.com/junit-team/junit5",
|
||||
"kernelmemory": "https://github.com/microsoft/kernel-memory",
|
||||
"kiota": "https://github.com/microsoft/kiota",
|
||||
"kotlin": "https://github.com/JetBrains/kotlin",
|
||||
"kotlinx-coroutines": "https://github.com/Kotlin/kotlinx.coroutines",
|
||||
"kroki": "https://github.com/yuzutech/kroki",
|
||||
|
|
Loading…
Reference in a new issue