From 5159f2515a839e1fe51bb5675df6c66419f11233 Mon Sep 17 00:00:00 2001 From: Fernando Bunn Date: Thu, 31 Oct 2024 11:01:30 +0000 Subject: [PATCH] Dependabot for BSK (#1045) Task/Issue URL: https://app.asana.com/0/1204167627774280/1208651137074643/f iOS PR: N/A macOS PR: N/A What kind of version bump will this require?: N/A **Description**: Add dependebot for Swift packages in BSK --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39efafc05..3cd030c3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "swift" # For Swift package updates + directory: "/" # Location of Package.swift file + schedule: + interval: "daily" \ No newline at end of file