From 40119234330b1af05df19e22350b80d45194dd22 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Fri, 28 Jul 2023 10:11:52 -0700 Subject: [PATCH] Update dependabot.yml Point to the right location for the Dockerfile --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a954417..5c3eb4b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: interval: "daily" - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/common" # Location of package manifests schedule: interval: "daily"