From b76a4a22647a9340c754ff3d4385248e24bc5311 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 2 Jun 2021 15:52:03 -0700 Subject: [PATCH] docs: enable dependabot Signed-off-by: Andrea Luzzardi --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46446ea8..4ef5ba8e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/tools/daggosaurus" + schedule: + interval: "daily"