mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
servoshell: Update all egui dependencies and group them for dependabot (#32683)
This updates egui, making the necessary changes to maintain behavior. In addition, it groups dependencies so that they are updated in a single PR by dependabot, avoiding manual work.
This commit is contained in:
parent
650af7db92
commit
e14e079fff
4 changed files with 37 additions and 28 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -15,6 +15,12 @@ updates:
|
|||
- "glib*"
|
||||
- "gobject*"
|
||||
- "gstreamer*"
|
||||
groups:
|
||||
egui-related:
|
||||
patterns:
|
||||
- "egui"
|
||||
- "egui_glow"
|
||||
- "egui-winit"
|
||||
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