We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addc95c commit be7c43dCopy full SHA for be7c43d
renovate.json
@@ -1,5 +1,30 @@
1
{
2
"extends": [
3
"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
28
+ }
29
]
30
}
0 commit comments