We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16bec1 commit 6aca7a2Copy full SHA for 6aca7a2
renovate.json5
@@ -4,7 +4,7 @@
4
"packageRules": [
5
{
6
"description": "Ignore project internal dependencies",
7
- "packagePattern": "^software.xdev:testcontainers-selenium ",
+ "packagePattern": "^software.xdev:testcontainers-selenium",
8
"datasources": [
9
"maven"
10
],
@@ -21,7 +21,17 @@
21
"groupName": "net.sourceforge.pmd"
22
},
23
24
- "description": "Group Selenium",
+ "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",
35
"matchPackagePatterns": [
36
"^org.seleniumhq.selenium"
37
0 commit comments