From 34a0b876f7032f19f8df4e330e66fcd1a2a50d5a Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Sun, 13 Feb 2022 11:55:41 -0800 Subject: [PATCH] Change GitHub Actions directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 613c008..a0a9f73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: "weekly" - package-ecosystem: "github-actions" - directory: "/.github/workflows/" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly" - package-ecosystem: "docker"