From c4e30507aa6c04b840dbbbc0b12342a12f8ac88a Mon Sep 17 00:00:00 2001 From: Matthew Beale Date: Mon, 3 Jun 2024 10:06:52 -0400 Subject: [PATCH] Update dependabot.yml Correct the location for github actions updates. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b0909fc1..7a2afec90 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` - directory: "/.github" + directory: "/" schedule: interval: "weekly" reviewers: