From f2259d877fd5f232ed55fd1d4a4820a255ea8289 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:17:12 -0500 Subject: [PATCH] ci: add npm to dependabot (#451) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 641a8ab85..2ac859b62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,14 @@ updates: schedule: interval: weekly day: sunday + +- package-ecosystem: npm + open-pull-requests-limit: 3 + directory: / + labels: + - dependencies + - javascript + - patch + schedule: + interval: weekly + day: sunday