Skip to content

Commit

Permalink
add: dependabot.yml to project, change time
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Jun 15, 2024
1 parent 5eebebc commit 79399c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ updates:
directory: "Tuist/" # Location of package manifests
schedule:
interval: "daily"
time: "17:20"
time: "05:30"
timezone: "Europe/Berlin"
target-branch: "main"

3 changes: 2 additions & 1 deletion Tuist/ProjectDescriptionHelpers/AdditionalFiles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ extension Project {
".git/hooks/pre-commit.sh",
".gitignore",
"\(Constants.configurationsDir)Shared.xcconfig",
".github/workflows/*"
".github/workflows/*",
".github/dependabot.yml"
]
}
}

0 comments on commit 79399c8

Please sign in to comment.