From 36bcc53a771080359ba6690051fc0bf09fd19a56 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 10 Apr 2026 15:27:13 -0700 Subject: [PATCH] Add group for swiftlang GitHub actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..004fb18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + swiftlang-actions: + patterns: + - "swiftlang/github-workflows/*"