From b90e841aedab965ff131ca829c6de2c731edbca4 Mon Sep 17 00:00:00 2001 From: Fernando Bunn Date: Wed, 30 Oct 2024 19:08:37 +0000 Subject: [PATCH] Dependabot for BSK https://app.asana.com/0/1204167627774280/1208651137074643/f --- .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