From 421cbe5441225ab9a823164dd3c735f598fddd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 6 Sep 2023 19:43:25 +0200 Subject: [PATCH] Use dependabot to update NPM packages Just like we do with gems. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25c7963f4..b88c4b665 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: monthly open-pull-requests-limit: 50 +- package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 50