From bdaf881e1251bb52e396d3b6a0094de517ac09a0 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 20 Jul 2021 23:56:54 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43c3f2e..53d4637 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,9 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" -# EOF \ No newline at end of file +# EOF