From f2ee63e056b171fa27d6d63ec994174b049eb3df Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 1 May 2025 17:18:52 -0700 Subject: [PATCH] fix(deps): Dependabot looks for Package.swift (#8997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2025-05-01 at 9 29 47 AM --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b094f450..396802c39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -116,7 +116,7 @@ updates: - com.google.firebase:firebase-analytics-ktx - package-ecosystem: swift - directory: swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/ + directory: swift/apple/FirezoneKit schedule: interval: monthly - package-ecosystem: npm