From 64ec307d7b55abfbd66cd81c5bbf149a4133e08d Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Wed, 29 Dec 2021 12:39:33 -0800 Subject: [PATCH] Update dependabot.yml (#814) Change the directory path to check for Go dependencies from /go to / now that the Go codebase has moved --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a6bde695..6e56be257 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,6 @@ updates: # Maintain dependencies for Go - package-ecosystem: "gomod" - directory: /go + directory: / schedule: interval: "daily"