Skip to content

Commit

Permalink
Merge pull request #156 from arkedge/renovate-config-group
Browse files Browse the repository at this point in the history
Maintain package group in renovate config
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents 2d4b981 + bfb0579 commit 30d3cbd
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"packageNames": ["sentry", "sentry-tracing"]
},
{
"groupName": "tonic",
"groupSlug": "tonic",
"groupName": "http-grpc",
"groupSlug": "http-grpc",
"packageNames": [
"tonic",
"tonic-build",
Expand All @@ -27,7 +27,22 @@
"tonic-web",
"prost",
"prost-types",
"prost-derive"
"prost-derive",
"http",
"axum",
"tokio-tungstenite",
"kble-socket",
"tower",
"tower-http"
]
},
{
"groupName": "protobuf-ts",
"groupSlug": "protobuf-ts",
"packageNames": [
"@protobuf-ts/runtime-rpc",
"@protobuf-ts/runtime",
"@protobuf-ts/grpcweb-transport"
]
}
]
Expand Down

0 comments on commit 30d3cbd

Please # to comment.