deps(rust): instruct dependabot to group all opentelemetry dependencies (#2100)

In case of new semver-minor releases, these dependencies need to be
bumped together, otherwise things don't compile
This commit is contained in:
Thomas Eizinger
2023-09-21 16:35:25 +10:00
committed by GitHub
parent 635a5d4091
commit ad4184fe58

View File

@@ -25,6 +25,16 @@ updates:
directory: "rust/"
schedule:
interval: "weekly"
groups:
otel:
patterns:
- "opentelemetry"
- "opentelemetry_api"
- "opentelemetry-otlp"
- "tracing-opentelemetry"
- "tracing-stackdriver"
update-types:
- "minor"
- package-ecosystem: "maven"
directory: "rust/connlib/clients/android"
schedule: