Skip to content

Commit be7c43d

Browse files
rarkinsdustinsoftware
authored andcommitted
Add NuGet package groupings to Renovate Bot config (#687)
Adds the following (separate) groupings: - All packages from @Taritsyn's JavascriptEngineSwitcher repo - All packages from https://github.com/aspnet/Extensions - `Microsoft.AspNetCore*` packages plus those with source repo https://github.com/aspnet/MetaPackages or https://github.com/aspnet/AspNetCore - `Microsoft.Owin*` packages
1 parent addc95c commit be7c43d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"sourceUrlPrefixes": ["https://github.com/Taritsyn/JavaScriptEngineSwitcher"],
8+
"groupName": "JavaScriptEngineSwitcher packages"
9+
},
10+
{
11+
"sourceUrlPrefixes": ["https://github.com/aspnet/Extensions"],
12+
"groupName": "ASP.NET Extensions"
13+
},
14+
{
15+
"packagePatterns": ["^Microsoft.AspNetCore"],
16+
"groupName": "ASP.NET Core packages"
17+
},
18+
{
19+
"packagePatterns": ["^Microsoft.Owin"],
20+
"groupName": "Owin packages"
21+
},
22+
{
23+
"sourceUrlPrefixes": [
24+
"https://github.com/aspnet/MetaPackages",
25+
"https://github.com/aspnet/AspNetCore"
26+
],
27+
"groupName": "ASP.NET Core packages"
28+
}
429
]
530
}

0 commit comments

Comments
 (0)