Skip to content

Commit

Permalink
chore: consolidate renovate-bot bzlmod PRs (googleapis#14606)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Aug 1, 2024
1 parent a287dfe commit a2d998a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,40 @@
],
"packageRules": [
{
"matchPackageNames": ["com_google_absl", "abseil/abseil-cpp"],
"matchPackageNames": ["com_google_absl", "abseil/abseil-cpp", "abseil-cpp"],
"groupName": "Abseil",
"versioning": "loose",
"ignoreUnstable": false
},
{
"matchPackageNames": ["com_google_protobuf", "protocolbuffers/protobuf"],
"matchPackageNames": ["com_google_protobuf", "protocolbuffers/protobuf", "protobuf"],
"groupName": "Protobuf",
"versioning": "loose",
"ignoreUnstable": false
},
{
"matchPackageNames": ["com_github_grpc_grpc", "grpc/grpc"],
"matchPackageNames": ["com_github_grpc_grpc", "grpc/grpc", "grpc"],
"groupName": "gRPC",
"versioning": "loose",
"ignoreUnstable": false
},
{
"matchPackageNames": ["com_github_nlohmann_json", "nlohmann/json"],
"matchPackageNames": ["com_github_nlohmann_json", "nlohmann/json", "nlohmann_json"],
"groupName": "JSON",
"versioning": "loose"
},
{
"matchPackageNames": ["io_opentelemetry_cpp", "open-telemetry/opentelemetry-cpp"],
"matchPackageNames": ["io_opentelemetry_cpp", "open-telemetry/opentelemetry-cpp", "opentelemetry-cpp"],
"groupName": "OpenTelemetry",
"versioning": "loose"
},
{
"matchPackageNames": ["com_google_benchmark", "google/benchmark"],
"matchPackageNames": ["com_google_benchmark", "google/benchmark", "google_benchmark"],
"groupName": "Benchmark",
"versioning": "loose"
},
{
"matchPackageNames": ["com_google_googletest", "google/googletest"],
"matchPackageNames": ["com_google_googletest", "google/googletest", "googletest"],
"groupName": "GoogleTest",
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
Expand Down

0 comments on commit a2d998a

Please sign in to comment.