Skip to content

Commit 5dc710c

Browse files
committed
Added AppCoreNet mono repos.
1 parent 2da0f3c commit 5dc710c

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

AppCoreNet.EventStore.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
stylecop.json = stylecop.json
1515
Directory.Packages.props = Directory.Packages.props
1616
NuGet.config = NuGet.config
17+
renovate.json = renovate.json
1718
EndProjectSection
1819
EndProject
1920
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E85A2A1-38E1-4B4F-B32B-06E7856B5C52}"

renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,25 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "AppCoreNet.Shared",
9+
"matchSourceUrls": [
10+
"https://github.com/AppCoreNet/Shared"
11+
]
12+
},
13+
{
14+
"groupName": "AppCoreNet.Extensions",
15+
"matchSourceUrls": [
16+
"https://github.com/AppCoreNet/Extensions"
17+
]
18+
},
19+
{
20+
"groupName": "AppCoreNet.Data",
21+
"matchSourceUrls": [
22+
"https://github.com/AppCoreNet/Data"
23+
]
24+
}
525
]
626
}

0 commit comments

Comments
 (0)