From d01131d4c6773f45c5e50d07b46e0be38ea7b144 Mon Sep 17 00:00:00 2001 From: octocorvus Date: Sun, 26 Feb 2023 15:37:42 +0000 Subject: [PATCH] use dependabot for npm dependencies --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797a070..cd3f382 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: daily target-branch: main + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + target-branch: main