From b7f78a6a8bd1e6bf70cf9b7fda7f7d979f2d19fd Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Thu, 23 Jan 2025 14:33:07 +0000 Subject: [PATCH] chore(ci): fix composite GitHub action path in dependabot config (#3611) Signed-off-by: Weston Steimel --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0009183a7..4f7d58111 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,7 @@ updates: - "dependencies" - package-ecosystem: "github-actions" - directory: "/.github/actions/boostrap" + directory: "/.github/actions/bootstrap" schedule: interval: "daily" open-pull-requests-limit: 10