forked from GoogleCloudPlatform/java-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
110 lines (110 loc) · 2.31 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"extends": [
"config:base",
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":updateNotScheduled",
":automergeDisabled",
":autodetectPinVersions"
],
"packageRules": [
{
"packagePatterns": [
"^com.google.appengine:"
],
"groupName": "AppEngine packages"
},
{
"matchPackagePrefixes": [ "com.google" ],
"allowedVersions": "!/.+-sp\\.[0-9]+$/"
},
{
"packagePatterns": [
"^org.apache.beam:"
],
"groupName": "Apache Beam packages"
},
{
"packagePatterns": [
"^io.grpc:grpc-"
],
"groupName": "gRPC packages"
},
{
"packagePatterns": [
"^io.micronaut:"
],
"groupName": "Micronaut packages"
},
{
"packagePatterns": [
"^io.vertx:"
],
"groupName": "Vertx packages"
},
{
"packagePatterns": [
"^io.opencensus:"
],
"groupName": "OpenCensus packages"
},
{
"packagePatterns": [
"^org.eclipse.jetty:"
],
"groupName": "Jetty packages"
},
{
"packageNames": [
"javax.servlet:javax.servlet-api"
],
"rangeStrategy": "pin"
},
{
"packageNames": [
"com.microsoft.sqlserver:mssql-jdbc"
],
"allowedVersions": "/.+jre8.?/"
},
{
"packagePatterns": [
"scala"
],
"enabled": false
},
{
"packagePatterns": [
"^spark-sql"
],
"enabled": false
},
{
"packagePatterns": [
"^jackson-module-scala"
],
"enabled": false
},
{
"matchPackageNames": [
"com.google.apis:google-api-services-dataflow"
],
"enabled": false,
"description": "@anguillanneuf: This package is no longer actively maintained. Best to use the version specified in https://github.com/googleapis/google-api-java-client-services/tree/master/clients/google-api-services-dataflow/v1b3"
},
{
"matchPackagePatterns": [ "org.springframework.boot" ],
"matchCurrentVersion": "/.*RELEASE/"
}
],
"labels": [
"automerge"
],
"rebaseWhen": "never",
"dependencyDashboard": true,
"dependencyDashboardLabels": [
"type: process"
],
"semanticCommits": true
}