From d6df062898dcd2d632e0f7cabbac2fb061cc91de Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 14 Oct 2022 08:50:39 -0500 Subject: [PATCH] Enable dependabot for web docs. --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfd0e308..4d00b3b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,9 +2,14 @@ version: 2 updates: - + # Maintain dependencies for actions - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week + interval: "weekly" + + # Maintain dependencies for web docs/npm + - package-ecosystem: "npm" + directory: "/web" + schedule: interval: "weekly"