From d46b0a98266cc66b007dc8d18d1c572a51371edd Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Wed, 22 Apr 2026 19:15:02 +0800 Subject: [PATCH] dependabot: Add rustls-webpki related group (#44429) This should make #44415, #44418, #44419 work in one PR without conflict in the future. Testing: Will be tested in CI in future rounds of update. Signed-off-by: Euclid Ye --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2887c00e529..3a91673e594 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,6 +52,11 @@ updates: objc2-related: patterns: - "objc2*" + rustls-webpki-related: + patterns: + - rustls-webpki + - webpki-roots + - webpki-root-certs sea-query-related: patterns: - "sea-query"