From 5805f82a693275170d7b183e705ecd855c2528d3 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 1 Jun 2022 11:53:57 -0700 Subject: [PATCH] Configure dependabot updates for npm i.e. JSDOM --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e33811f6..bb85ffe4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "monthly" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly"