forked from openequella/openEQUELLA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
64 lines (64 loc) · 1.57 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"extends": ["config:base"],
"prConcurrentLimit": 10,
"rebaseStalePrs": false,
"prHourlyLimit": 1,
"packageRules": [
{
"packagePatterns": ["^com.fasterxml.jackson"],
"groupName": "Jackson (XML) packages"
},
{
"packagePatterns": ["^com.google.inject"],
"groupName": "Google Inject/Guice packages"
},
{
"packagePatterns": ["^com.google.apis"],
"groupName": "Google API Packages"
},
{
"packagePatterns": ["^org.apache.axis2"],
"groupName": "Apache Axis 2 packages"
},
{
"packagePatterns": ["^org.apache.curator"],
"groupName": "Apache Curator packages"
},
{
"packagePatterns": ["^org.apache.cxf"],
"groupName": "Apache CXF packages"
},
{
"packagePatterns": ["^org.apache.httpcomponents"],
"groupName": "Apache HTTP Components packages"
},
{
"packagePatterns": ["^org.apache.lucene"],
"groupName": "Apache Lucene packages"
},
{
"packagePatterns": ["^org.apache.ws.commons.axiom"],
"groupName": "Apache Axiom packages"
},
{
"packagePatterns": ["^org.apache.tika"],
"groupName": "Apache Tika packages"
},
{
"packagePatterns": ["^org.apache.tomcat"],
"groupName": "Apache Tomcat packages"
},
{
"packagePatterns": ["^org.slf4j"],
"groupName": "SLF4J packages"
},
{
"packagePatterns": ["^io.swagger"],
"groupName": "Swagger packages"
},
{
"packagePatterns": ["^com.softwaremill.sttp"],
"groupName": "Scala HTTP packages"
}
]
}