From e1d3dbc1e34df16145975f14ef58d04963f42610 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 20 Oct 2024 09:38:01 -0700 Subject: [PATCH] Enable Dependabot for NPM packages (#36) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 978c292..2f9b210 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: