mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
parent
c4c86af496
commit
6a48c72a62
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -11,8 +11,10 @@ updates:
|
|||
groups:
|
||||
gstreamer-related:
|
||||
patterns:
|
||||
- "gstreamer*"
|
||||
- "gio*"
|
||||
- "glib*"
|
||||
- "gobject*"
|
||||
- "gstreamer*"
|
||||
ignore:
|
||||
# Ignore all stylo crates as their upgrades are coordinated via companion PRs.
|
||||
- dependency-name: servo_atoms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue