From 8facfc5d0fcde2f65f7e77734d376de7211f6488 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 11 Apr 2024 21:22:56 -0400 Subject: [PATCH] update GHA dependabot directory to root --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40313148a..4673f47cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: "daily" rebase-strategy: "disabled" - package-ecosystem: "github-actions" - directory: "/.github/workflows" + directory: "/" schedule: interval: "weekly" rebase-strategy: "disabled"