We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2673d commit 6fcdc8dCopy full SHA for 6fcdc8d
.github/renovate.json
@@ -1,18 +1,22 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"labels": [
7
"build"
8
9
"packageRules": [
10
11
- "matchSourceUrls": [ "https://github.com/nunit/nunit"],
+ "matchSourceUrls": [
12
+ "https://github.com/nunit/nunit"
13
+ ],
14
"groupName": "NUnit"
15
},
16
- "matchSourceUrls": [ "https://github.com/nunit/nunit-console"],
17
18
+ "https://github.com/nunit/nunit-console"
19
20
"groupName": "NUnit.Console"
21
}
22
]
0 commit comments