File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 22
22
"enabled" : false
23
23
},
24
24
{
25
- "description" : " Group all grpc updates into one update" ,
25
+ "description" : " Group all grpc updates into one update and ensure manual updates made " ,
26
26
"matchPackageNames" : [" grpc" , " grpcio" ],
27
- "groupName" : " grpc"
27
+ "groupName" : " grpc" ,
28
+ "draftPR" : true ,
29
+ "prBodyNotes" : " > [!CAUTION]\n > This PR is marked as draft, as some updates cannot be made automatically (e.g. Java Maven deps and Go deps)"
28
30
},
29
31
{
30
- "description" : " Group all protobuf updates into one update" ,
32
+ "description" : " Ensure gRPC Gateway protoc plugins are updated in sync with Go deps" ,
33
+ "matchPackageNames" : [" github.com/grpc-ecosystem/grpc-gateway/v2" ],
34
+ "matchDatasources" : [" go" ],
35
+ "draftPR" : true ,
36
+ "prBodyNotes" : " > [!CAUTION]\n > This PR is marked as draft, as the protoc plugins in modules/grpc-gateway/module_extensions.bzl need manual updating"
37
+ },
38
+ {
39
+ "description" : " Group all protobuf updates into one update and ensure manual updates made" ,
31
40
"matchPackageNames" : [" protobuf" ],
32
- "groupName" : " protobuf"
41
+ "groupName" : " protobuf" ,
42
+ "draftPR" : true ,
43
+ "prBodyNotes" : " > [!CAUTION]\n > This PR is marked as draft, as some updates cannot be made automatically (e.g. Java Maven deps and Go deps)"
33
44
}
34
45
],
35
46
"postUpdateOptions" : [" gomodTidy" ],
You can’t perform that action at this time.
0 commit comments