From ba06163d044592e6adbd7ebeb8ea1f1889f11e6a Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 14 Oct 2023 19:17:47 +0300 Subject: [PATCH] Fix dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f..ed474cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: interval: "weekly"