Skip to content

Commit e392073

Browse files
committed
chore: Simply renovate bot config to only propose testing and ci dep updates
1 parent 4b5e8af commit e392073

File tree

1 file changed

+41
-17
lines changed

1 file changed

+41
-17
lines changed

renovate.json

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,47 @@
44
],
55
"packageRules": [
66
{
7-
"matchUpdateTypes": [
8-
"major"
9-
],
10-
"enabled": false,
11-
"matchPackageNames": [
7+
"matchPackagePatterns": [
128
"*"
13-
]
9+
],
10+
"enabled": false
11+
},
12+
{
13+
"matchPackagePatterns": [
14+
"^com.google.cloud:",
15+
"^com.google.api:",
16+
"^com.google.http-client:",
17+
"^com.google.api-client:"
18+
],
19+
"enabled": true,
20+
"semanticCommitType": "deps"
1421
},
1522
{
16-
"semanticCommitType": "fix",
17-
"semanticCommitScope": null,
18-
"matchPackageNames": [
19-
"/^com.google.cloud:sdk-platform-java-config/"
20-
]
23+
"matchPackagePatterns": [
24+
"^junit:junit",
25+
"^org.junit.vintage:junit-vintage-engine",
26+
"^org.junit.jupiter:junit-jupiter-api",
27+
"^org.junit.jupiter:junit-jupiter-engine",
28+
"^org.junit.jupiter:junit-jupiter-params",
29+
"^com.google.truth:truth",
30+
"^org.mockito:mockito-core",
31+
"^org.mockito:mockito-inline",
32+
"^org.objenesis:objenesis",
33+
"^com.google.cloud:google-cloud-conformance-tests",
34+
"^org.graalvm.buildtools:junit-platform-native"
35+
],
36+
"groupName": "test dependencies",
37+
"enabled": true,
38+
"semanticCommitType": "test"
2139
},
2240
{
23-
"groupName": "First-party storage dependencies",
24-
"matchPackageNames": [
25-
"/^com.google.cloud:google-cloud-storage/",
26-
"/^com.google.apis:google-api-services-storage/"
27-
]
41+
"matchPackagePatterns": [
42+
"^org.apache.maven.plugins",
43+
"^org.jacoco:jacoco-maven-plugin",
44+
"^org.codehaus.mojo:"
45+
],
46+
"enabled": true,
47+
"semanticCommitType": "build"
2848
},
2949
{
3050
"matchManagers": [
@@ -119,5 +139,9 @@
119139
"matchStrings": ["(?<depName>.*),(.*)=(?<currentValue>.*)"],
120140
"datasourceTemplate": "maven"
121141
}
122-
]
142+
],
143+
"semanticCommits": true,
144+
"dependencyDashboard": true,
145+
"prConcurrentLimit": 0,
146+
"prHourlyLimit": 0
123147
}

0 commit comments

Comments
 (0)