From 6def7b8203b33ccb2d2f6241340cc8d36c40cd12 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 29 Jan 2025 00:12:01 +0000 Subject: [PATCH] build(deps): Use Package.resolved dir for dependabot (#7910) We don't use the `Package.swift` in `FirezoneKit` because it only applies to that module. Instead, we use Xcode's package management which tracks things in `swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved`. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 530ca62ab..3f9912ab2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -120,7 +120,7 @@ updates: - com.google.firebase:firebase-analytics-ktx - package-ecosystem: swift - directory: swift/apple/FirezoneKit/ + directory: swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/ schedule: interval: monthly - package-ecosystem: npm