diff options
author | Alex Touchet <alextouchet@outlook.com> | 2024-07-05 22:51:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 05:51:31 +0000 |
commit | 1e5c844eb5ea49e6d0a3dc7d14fac417ae4b2ac0 (patch) | |
tree | 58872634dd126ea9839969a0050aa2acebca7354 /.github | |
parent | 438e99ca9a7f517236ffbed4d4ccf5d75a3bef99 (diff) | |
download | servo-1e5c844eb5ea49e6d0a3dc7d14fac417ae4b2ac0.tar.gz servo-1e5c844eb5ea49e6d0a3dc7d14fac417ae4b2ac0.zip |
Add more crates to egui Dependabot group (#32711)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94424dcc454..dfac60095df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,9 +18,12 @@ updates: groups: egui-related: patterns: + - "ecolor" - "egui" - - "egui_glow" - "egui-winit" + - "egui_glow" + - "emath" + - "epaint" ignore: # Ignore all stylo crates as their upgrades are coordinated via companion PRs. - dependency-name: servo_atoms |