Update dependabot.yml (#814)

Change the directory path to check for Go dependencies from /go to / now that the Go codebase has moved
This commit is contained in:
Jauder Ho 2021-12-29 12:39:33 -08:00 committed by GitHub
parent 366855dbbe
commit 64ec307d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,6 @@ updates:
# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: /go
directory: /
schedule:
interval: "daily"