forked from googleapis/google-api-java-client-services
-
Notifications
You must be signed in to change notification settings - Fork 1
/
renovate.json
49 lines (49 loc) · 1.66 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
{
"extends": [
"config:base"
],
"ignorePaths": [
".kokoro/requirements.txt",
"generator/generator_requirements.txt",
"generator/tests/java-integration-test"
],
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"baseClientLibrary\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.api-client:google-api-client-bom",
"datasourceTemplate": "maven"
},
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"oauthClientLibrary\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.oauth-client:google-oauth-client-bom",
"datasourceTemplate": "maven"
},
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"httpClientLibrary\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.http-client:google-http-client-bom",
"datasourceTemplate": "maven"
},
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"gsonVersion\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.code.gson:gson",
"datasourceTemplate": "maven"
},
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"httpClientVersion\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "org.apache.httpcomponents:httpclient",
"datasourceTemplate": "maven"
},
{
"fileMatch": ["^.*java/2.0.0/features.json$"],
"matchStrings": ["\"jackson2CoreVersion\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "com.fasterxml.jackson:jackson-bom",
"datasourceTemplate": "maven"
}
]
}