From a689a9a2a796df8ef840d4bfd46239cc18145db4 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 11 Mar 2024 09:08:21 -0700 Subject: [PATCH] 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. --- .github/dependabot.yml | 2 +- swift/apple/FirezoneKit/Package.resolved | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 swift/apple/FirezoneKit/Package.resolved diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbbfa4bc8..f8df1c20d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/swift/apple/FirezoneKit/Package.resolved b/swift/apple/FirezoneKit/Package.resolved new file mode 120000 index 000000000..bec08b205 --- /dev/null +++ b/swift/apple/FirezoneKit/Package.resolved @@ -0,0 +1 @@ +../Firezone.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved \ No newline at end of file