From 1e5c844eb5ea49e6d0a3dc7d14fac417ae4b2ac0 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 5 Jul 2024 22:51:31 -0700 Subject: [PATCH] Add more crates to egui Dependabot group (#32711) --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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