Skip to content

Commit 57fe2ab

Browse files
Configure Renovate (#114)
1 parent 196296f commit 57fe2ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchSourceUrls": [ "https://github.com/nunit/nunit"],
9+
"groupName": "NUnit"
10+
},
11+
{
12+
"matchSourceUrls": [ "https://github.com/nunit/nunit-console"],
13+
"groupName": "NUnit.Console"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)