From a07192201b97c0cd2e0f781d19ec5f8e9e44ad24 Mon Sep 17 00:00:00 2001 From: 0x7c00 <72078341+alex-robert-fr@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:08:23 +0200 Subject: [PATCH] [CI] Dependabot (#9) * Update dependabot.yml * 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 1719817..3380ffa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: interval: "daily" time: "08:00"