Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 17, 2024
1 parent 2c62c5c commit 4b47506
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions macSup2Srt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
8ABD3DC12C994974004A1509 /* .github */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = .github; sourceTree = "<group>"; };
8AEDFD062C9483D700BCEAB8 /* macSup2Srt */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = macSup2Srt; sourceTree = "<group>"; };
8AEDFD0F2C94843F00BCEAB8 /* tests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = tests; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */
Expand All @@ -51,6 +52,7 @@
8A7F7F612C859D6800ADF827 = {
isa = PBXGroup;
children = (
8ABD3DC12C994974004A1509 /* .github */,
8AEDFD062C9483D700BCEAB8 /* macSup2Srt */,
8AEDFD0F2C94843F00BCEAB8 /* tests */,
8AE9B7392C9408C200AB2BB5 /* CONTRIBUTING.md */,
Expand Down Expand Up @@ -86,6 +88,7 @@
dependencies = (
);
fileSystemSynchronizedGroups = (
8ABD3DC12C994974004A1509 /* .github */,
8AEDFD062C9483D700BCEAB8 /* macSup2Srt */,
8AEDFD0F2C94843F00BCEAB8 /* tests */,
);
Expand Down

0 comments on commit 4b47506

Please sign in to comment.