From e967e582936caad423d9ae9ce2eab70ffec85bc7 Mon Sep 17 00:00:00 2001 From: Adam-it Date: Tue, 16 Jun 2026 23:26:36 +0200 Subject: [PATCH] Adds npm package ecosystem to dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15ebdcc4f7..7ab4fdb7de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,10 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "npm" + directory: "/src" # Scan /src but NOT /src/assets subfolders + schedule: + interval: "weekly" + ignore: + - dependency-name: "*" # Ignore everything found here if no real projects exist \ No newline at end of file