dependabot: Combine more GStreamer / GLib-related crates (#32563)

GLib, GIO, and GObject all release together, so these should be grouped
to prevent having so many dependabot PRs.
This commit is contained in:
Martin Robinson 2024-06-19 21:34:51 +02:00 committed by GitHub
parent c4c86af496
commit 6a48c72a62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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