From 4b47506eeb1253bec6ba01499498279e578aed85 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Mon, 16 Sep 2024 23:22:37 -0600 Subject: [PATCH] Add dependabot.yml Signed-off-by: Ethan Dye --- .github/dependabot.yml | 9 +++++++++ macSup2Srt.xcodeproj/project.pbxproj | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..31b0670 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "swift" + directory: "/" + schedule: + interval: "weekly" diff --git a/macSup2Srt.xcodeproj/project.pbxproj b/macSup2Srt.xcodeproj/project.pbxproj index c863768..4f2341f 100644 --- a/macSup2Srt.xcodeproj/project.pbxproj +++ b/macSup2Srt.xcodeproj/project.pbxproj @@ -32,6 +32,7 @@ /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ + 8ABD3DC12C994974004A1509 /* .github */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = .github; sourceTree = ""; }; 8AEDFD062C9483D700BCEAB8 /* macSup2Srt */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = macSup2Srt; sourceTree = ""; }; 8AEDFD0F2C94843F00BCEAB8 /* tests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = tests; sourceTree = ""; }; /* End PBXFileSystemSynchronizedRootGroup section */ @@ -51,6 +52,7 @@ 8A7F7F612C859D6800ADF827 = { isa = PBXGroup; children = ( + 8ABD3DC12C994974004A1509 /* .github */, 8AEDFD062C9483D700BCEAB8 /* macSup2Srt */, 8AEDFD0F2C94843F00BCEAB8 /* tests */, 8AE9B7392C9408C200AB2BB5 /* CONTRIBUTING.md */, @@ -86,6 +88,7 @@ dependencies = ( ); fileSystemSynchronizedGroups = ( + 8ABD3DC12C994974004A1509 /* .github */, 8AEDFD062C9483D700BCEAB8 /* macSup2Srt */, 8AEDFD0F2C94843F00BCEAB8 /* tests */, );