From a69efed6e9c6a9f4a2cf4fb4a2a19df393e47be3 Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Tue, 22 Apr 2025 06:39:36 +0200 Subject: [PATCH] dependabot: group objc2 crates (#36641) or else their PRs will fail in tidy: https://github.com/servo/servo/pull/36637 https://github.com/servo/servo/pull/36635 Testing: It's bot config so no testing is possible. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d0fbf3309f..fa56a49c9e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,6 +31,9 @@ updates: servo-media-related: patterns: - "servo-media*" + objc2-related: + patterns: + - "objc2*" ignore: # Ignore all stylo crates as their upgrades are coordinated via companion PRs. - dependency-name: selectors