From 83a945a6303de54f9ec07f8a2a9934933efe0b9a Mon Sep 17 00:00:00 2001 From: Aaron Robinson <41325732+ASTRobinson@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:27:31 +0100 Subject: [PATCH] :dependabot: fix terraform path --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12f114e..2502bfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "terraform" - directory: "/terraform" + directory: "/" schedule: interval: "daily" - package-ecosystem: "github-actions"