From 6888f1d3d26aa913852f16fa98a6d9f1f81a3aca Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 11 Apr 2024 21:17:02 -0400 Subject: [PATCH] update GHA dependabot directory to the root --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40313148..4673f47c 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"