From 84fdef0450798c496eedb168bc466bc169b38bb7 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 12 Nov 2024 22:33:17 -0500 Subject: [PATCH] Update .github/dependabot.yml Co-authored-by: Zongle Wang --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59b7e5f76f8..685264a75d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: "daily" target-branch: "main" - package-ecosystem: "github-actions" - directory: "/.github/workflows" + directory: "/" schedule: interval: "daily" target-branch: "main"