mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
chore(deps): Link Package.resolved to where dependabot should find it (#4074)
Dependabot isn't bumping our Swift packages. This is an attempt to resolve that by linking the "lockfile" into the directory where the associated Package.swift lives. Unfortunately Dependabot's docs [aren't great](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#swift) on the subject.
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -106,7 +106,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
|
||||
|
||||
1
swift/apple/FirezoneKit/Package.resolved
Symbolic link
1
swift/apple/FirezoneKit/Package.resolved
Symbolic link
@@ -0,0 +1 @@
|
||||
../Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
||||
Reference in New Issue
Block a user