From 6c5a527c05e619db853ac4e3a8f6acd46922436f Mon Sep 17 00:00:00 2001 From: Fuzzy Date: Thu, 16 Sep 2021 11:51:10 -0400 Subject: [PATCH] Add npm check --- .github/workflows/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 215fc17e..b7cab3eb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" schedule: interval: "daily" + + # Enable version updates for npm + - package-ecosystem: "npm" + # Look for `package.json` and `lock` files in the `root` directory + directory: "/" + # Check the npm registry for updates every day (weekdays) + schedule: + interval: "daily"