dependabot: Group all GStreamer dependencies together for upgrades (#32378)

The GStreamer we use is a bracing 24 crates, which tends to flood our CI
infrastructure. Group them together in order to make things more
manageable.
This commit is contained in:
Martin Robinson 2024-05-24 23:48:58 +02:00 committed by GitHub
parent bc976cb054
commit f97753df6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,11 @@ updates:
allow:
- dependency-type: direct
- dependency-type: indirect
groups:
gstreamer-related:
patterns:
- "gstreamer*"
- "glib*"
ignore:
# Ignore all stylo crates as their upgrades are coordinated via companion PRs.
- dependency-name: servo_atoms