Skip to content

Commit 329dd54

Browse files
authored
Automatically label renovate PRs (#600)
+semver:patch
1 parent 94df590 commit 329dd54

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json

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

0 commit comments

Comments
 (0)