Skip to content

Commit 6fcdc8d

Browse files
Migrate config .github/renovate.json (#718)
+semver:patch
1 parent 8f2673d commit 6fcdc8d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": [
77
"build"
88
],
99
"packageRules": [
1010
{
11-
"matchSourceUrls": [ "https://github.com/nunit/nunit"],
11+
"matchSourceUrls": [
12+
"https://github.com/nunit/nunit"
13+
],
1214
"groupName": "NUnit"
1315
},
1416
{
15-
"matchSourceUrls": [ "https://github.com/nunit/nunit-console"],
17+
"matchSourceUrls": [
18+
"https://github.com/nunit/nunit-console"
19+
],
1620
"groupName": "NUnit.Console"
1721
}
1822
]

0 commit comments

Comments
 (0)