From 4d2f6ae8a71d0c04f80ced39b05a2c4650234c21 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 30 Jul 2024 21:16:35 +0200 Subject: [PATCH] [FIX] adding NPM to dependabot --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c990752..f61acdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,8 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 10 + interval: daily + package-ecosystem: npm + directory: "/" + schedule: + interval: daily \ No newline at end of file