Skip to content

Commit 43f018d

Browse files
committed
Group selenium
1 parent ac92746 commit 43f018d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json5

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"rebaseWhen": "behind-base-branch"
3+
"rebaseWhen": "behind-base-branch",
4+
"packageRules": [
5+
{
6+
"description": "Group Selenium",
7+
"matchPackagePatterns": [
8+
"^org.seleniumhq.selenium"
9+
],
10+
"datasources": [
11+
"maven"
12+
],
13+
"groupName": "org.seleniumhq.selenium"
14+
}
15+
]
416
}

0 commit comments

Comments
 (0)