mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
ci(deps): group k8s and opentelemetry dependencies
Dependabot allows to group dependencies by a list of pattern. This allows it on k8s.io and opentelemetry dependencies separately Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
parent
d6e1b1acdb
commit
7e91a79c49
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -4,6 +4,13 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
groups:
|
||||
k8s.io:
|
||||
patterns:
|
||||
- "k8s.io/*"
|
||||
go.opentelemetry.io:
|
||||
patterns:
|
||||
- "go.opentelemetry.io/*"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/documentation/examples/remote_storage"
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue