Skip to content

Commit dabe904

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 4f219c9 commit dabe904

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,14 @@
6666
"groupName": "TUnit packages",
6767
"groupSlug": "tunit-packages",
6868
"matchManagers": ["nuget"],
69-
"matchPackageNames": ["TUnit", "TUnit.*", "Verify.TUnit"]
69+
"matchPackageNames": ["TUnit", "TUnit.*", "Verify.TUnit", "!TUnit.Mocks", "!TUnit.Mocks.*"]
70+
},
71+
{
72+
"groupName": "TUnit Mocks packages",
73+
"groupSlug": "tunit-mocks-packages",
74+
"matchManagers": ["nuget"],
75+
"matchPackageNames": ["TUnit.Mocks", "TUnit.Mocks.*"],
76+
"ignoreUnstable": false
7077
},
7178
{
7279
"groupName": "XUnit.V3 packages",
@@ -91,6 +98,12 @@
9198
"groupSlug": "aws-sdk-packages",
9299
"matchManagers": ["nuget"],
93100
"matchPackageNames": ["AWSSDK.*"]
101+
},
102+
{
103+
"groupName": "NetEvolve HttpCorrelation packages",
104+
"groupSlug": "netevolve-httpcorrelation-packages",
105+
"matchManagers": ["nuget"],
106+
"matchPackageNames": ["NetEvolve.Http.Correlation", "NetEvolve.Http.Correlation.*"]
94107
}
95108
]
96109
}

0 commit comments

Comments
 (0)