From ba4838e19a12c3b42b2731f3f64438a91804f487 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Thu, 2 Jun 2022 02:55:26 -0700 Subject: [PATCH] Configure dependabot updates for npm i.e. JSDOM (#467) --- .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"