Skip to content

Commit 267c147

Browse files
authored
Update renovate config. (GoogleCloudPlatform#1910)
1 parent f735170 commit 267c147

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

renovate.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"extends": [
33
"config:base"
44
],
5-
"labels": [
6-
"kokoro:run"
7-
],
8-
"packageRules": [
5+
"packageRules": [
6+
{
7+
"packagePatterns": [ "^com.google.appengine:" ],
8+
"groupName": "AppEngine packages"
9+
},
910
{
10-
"packagePatterns": ["^io.grpc:grpc-"],
11+
"packagePatterns": [ "^io.grpc:grpc-" ],
1112
"groupName": "gRPC packages"
13+
},
14+
{
15+
"packagePatterns": [ "^io.vertx:vertex-" ],
16+
"groupName": "Vertx packages"
1217
}
1318
],
1419
"prConcurrentLimit": 5,
15-
"prCreation": "not-pending",
16-
"rebaseStalePrs": true
20+
"rebaseStalePrs": true,
21+
"masterIssue": true
1722
}

0 commit comments

Comments
 (0)