From 294ffc486a3e566a98e22d29f8abf97730b5f4d9 Mon Sep 17 00:00:00 2001 From: Marius Felkner Date: Sat, 15 Jun 2024 17:26:57 +0200 Subject: [PATCH] fix: dependabot dir --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c614a1f..07eec3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: # swift package manager - package-ecosystem: "swift" # See documentation for possible values - directory: "Tuist/" # Location of package manifests + directory: "/Tuist/" # Location of package manifests schedule: interval: "daily" time: "05:30"