From fc988e1846a1187704a6248f26df1534bdea9a7e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 14 Oct 2020 14:10:38 -0700 Subject: [PATCH] Setup dependabot for 3rd party go and javascript code --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae405158b..2d442c43d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "/webroot" # Location of package manifests + directory: "/build/javascript" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "daily"