Skip to content

Commit 9a2fd3c

Browse files
🔄 Synced local '.github/' with remote 'github/'
1 parent 6879008 commit 9a2fd3c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎.github/renovate.json‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,26 @@
1111
"dependencies"
1212
],
1313
"assignees": [
14-
"@prom-client-net/devs"
14+
"@phnx47"
1515
],
1616
"ignoreDeps": [
1717
"Microsoft.Extensions.DependencyInjection.Abstractions",
1818
"Microsoft.SourceLink.GitHub"
19+
],
20+
"packageRules": [
21+
{
22+
"automerge": true,
23+
"sourceUrlPrefixes": [
24+
"https://github.com/xunit"
25+
],
26+
"groupName": "xUnit packages"
27+
},
28+
{
29+
"automerge": true,
30+
"sourceUrlPrefixes": [
31+
"https://github.com/coverlet-coverage"
32+
],
33+
"groupName": "coverlet packages"
34+
}
1935
]
2036
}

0 commit comments

Comments
 (0)