Skip to content

Commit e192d4d

Browse files
Migrate renovate config (#3353)
1 parent 1cfead7 commit e192d4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"configMigration": true,
77
"pruneStaleBranches": false,
@@ -15,9 +15,11 @@
1515
],
1616
"packageRules": [
1717
{
18-
"matchSourceUrls": ["https://github.com/nunit/nunit"],
18+
"matchSourceUrls": [
19+
"https://github.com/nunit/nunit"
20+
],
1921
"groupName": "NUnit"
20-
},
22+
},
2123
{
2224
"matchPackageNames": [
2325
"Microsoft.AspNetCore",

0 commit comments

Comments
 (0)