From 659db15234be596adaaf2a2309a8ee7aea1c5a49 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 26 Jan 2022 19:33:17 -0500 Subject: [PATCH] Apply suggestions from code review --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f67675f5..e893d0380 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,11 @@ updates: directory: "/" schedule: interval: "daily" - - package-ecosystem: "npm" directory: "/src" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/src/bin/doc" + schedule: + interval: "daily"