From 38e94a8b06592ef6061fbb0647e6b9643712fbcd Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 10 Apr 2026 15:32:58 -0700 Subject: [PATCH] Add group for swiftlang GitHub Actions updates --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23c4cb3..004fb18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ ---- version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + swiftlang-actions: + patterns: + - "swiftlang/github-workflows/*"