We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f735170 commit 267c147Copy full SHA for 267c147
renovate.json
@@ -2,16 +2,21 @@
2
"extends": [
3
"config:base"
4
],
5
- "labels": [
6
- "kokoro:run"
7
- ],
8
- "packageRules": [
+ "packageRules": [
+ {
+ "packagePatterns": [ "^com.google.appengine:" ],
+ "groupName": "AppEngine packages"
9
+ },
10
{
- "packagePatterns": ["^io.grpc:grpc-"],
11
+ "packagePatterns": [ "^io.grpc:grpc-" ],
12
"groupName": "gRPC packages"
13
14
15
+ "packagePatterns": [ "^io.vertx:vertex-" ],
16
+ "groupName": "Vertx packages"
17
}
18
19
"prConcurrentLimit": 5,
- "prCreation": "not-pending",
- "rebaseStalePrs": true
20
+ "rebaseStalePrs": true,
21
+ "masterIssue": true
22
0 commit comments