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 6879008 commit 9a2fd3cCopy full SHA for 9a2fd3c
‎.github/renovate.json‎
@@ -11,10 +11,26 @@
11
"dependencies"
12
],
13
"assignees": [
14
- "@prom-client-net/devs"
+ "@phnx47"
15
16
"ignoreDeps": [
17
"Microsoft.Extensions.DependencyInjection.Abstractions",
18
"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
30
31
+ "https://github.com/coverlet-coverage"
32
33
+ "groupName": "coverlet packages"
34
+ }
35
]
36
}
0 commit comments