From 8c37301e4ed0f304254232fb2683f910c302fbcb Mon Sep 17 00:00:00 2001 From: bot174 <91819282+bot174@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:19:49 +0100 Subject: [PATCH] Add npm package ecosystem to Dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0262a341..b1ef285d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: target-branch: "main" schedule: interval: monthly + - package-ecosystem: "npm" + directory: "/" + target-branch: "main" + schedule: + interval: weekly