From 1206a96d4efc34d45858b206fccdf62548d3e171 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:20:05 +0000 Subject: [PATCH] Create Dependabot config for the docs --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 250041e..a957b6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: npm + directory: /docs + schedule: + interval: daily