mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
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:
parent
bc976cb054
commit
f97753df6d
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -8,6 +8,11 @@ updates:
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: direct
|
- dependency-type: direct
|
||||||
- dependency-type: indirect
|
- dependency-type: indirect
|
||||||
|
groups:
|
||||||
|
gstreamer-related:
|
||||||
|
patterns:
|
||||||
|
- "gstreamer*"
|
||||||
|
- "glib*"
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue