Skip to content

Commit 6aca7a2

Browse files
committed
Update renovate.json5
1 parent d16bec1 commit 6aca7a2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

renovate.json5

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageRules": [
55
{
66
"description": "Ignore project internal dependencies",
7-
"packagePattern": "^software.xdev:testcontainers-selenium ",
7+
"packagePattern": "^software.xdev:testcontainers-selenium",
88
"datasources": [
99
"maven"
1010
],
@@ -21,7 +21,17 @@
2121
"groupName": "net.sourceforge.pmd"
2222
},
2323
{
24-
"description": "Group Selenium",
24+
"description": "Group org.slf4j",
25+
"matchPackagePatterns": [
26+
"^org.slf4j"
27+
],
28+
"datasources": [
29+
"maven"
30+
],
31+
"groupName": "org.slf4j"
32+
},
33+
{
34+
"description": "Group org.seleniumhq.selenium",
2535
"matchPackagePatterns": [
2636
"^org.seleniumhq.selenium"
2737
],

0 commit comments

Comments
 (0)