From e27f0cda76a89c7fe60e425916e8b85c3cb1fc30 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Thu, 8 Aug 2024 13:52:53 -0400 Subject: [PATCH] fix: updates invalid dependabot configuation (#1650) Signed-off-by: Jennifer Power --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 355c662c3..6a015eecb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "github-actions" - directories: "/" + directory: "/" schedule: interval: "weekly" commit-message: