From 682c2053f2d2cb648c264d9ab4389b59b8a0b79e Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Sat, 16 Sep 2023 16:44:53 -0600 Subject: [PATCH] Add dependabot for npm (#315) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d450de3..22de1c83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10