From 9b22b81c54c61c5497251e3d1df18682833aa279 Mon Sep 17 00:00:00 2001 From: Kem Chen Date: Thu, 21 Sep 2023 22:17:22 +0800 Subject: [PATCH] Add dependabot support for swift --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..83387d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "swift" + directory: "/" + schedule: + interval: "daily"