-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
35 lines (35 loc) · 815 Bytes
/
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
{
"extends": [
"config:base",
":dependencyDashboard",
":reviewer(olliefreeman)",
":label(dependencies)",
":prHourlyLimitNone"
],
"ignoreDeps": [
"gradle"
],
"packageRules": [
{
"groupName": "Grails Packages",
"description": "Packages that will be controlled manually and updated in mdm-core first",
"matchPackagePrefixes": [
"org.grails",
"org.springframework",
"io.micronaut",
"org.hibernate",
"com.bertramlabs.plugins",
"org.codehaus.groovy"
],
"enabled": false
},
{
"groupName": "MDM Packages",
"description": "Packages that come from the main mdm repos",
"matchPackagePrefixes": [
"uk.ac.ox.softeng.maurodatamapper:"
],
"enabled": false
}
]
}