From bf32c7ea64f69eb97be9d7a0d70b3a6ff2f78a39 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 24 Feb 2026 12:30:15 +0100 Subject: [PATCH] Enable Dependabot for JavaScript dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e037789..e2962da0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/js" + schedule: + interval: "daily"