FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: group renovate PRs for direct dependencies (#10077) · QPC-github/google-cloud-cpp@b3de53c · GitHub

Commit b3de53c

Browse files
authored
ci: group renovate PRs for direct dependencies (googleapis#10077)
If I read the documentation correctly, this will group updates for gRPC and Protobuf and Abseil into a single PR, as opposed to one PR for Bazel and one for the Dockerfiles.
1 parent 70c6e40 commit b3de53c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

‎.github/renovate.json‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,18 @@
3434
],
3535
"packageRules": [
3636
{
37-
"matchPackageNames": ["com_google_protobuf", "com_google_absl"],
37+
"matchPackageNames": ["com_google_absl", "abseil/abseil-cpp"],
38+
"groupName": "Abseil",
39+
"versioning": "loose"
40+
},
41+
{
42+
"matchPackageNames": ["com_google_protobuf", "protocolbuffers/protobuf"],
43+
"groupName": "Protobuf",
44+
"versioning": "loose"
45+
},
46+
{
47+
"matchPackageNames": ["com_github_grpc_grpc", "grpc/grpc"],
48+
"groupName": "gRPC",
3849
"versioning": "loose"
3950
},
4051
{

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL