mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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`.
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user