From 809741b49eb4d8c541aa227c80ed1e3802f9533c Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:36:29 +0000 Subject: [PATCH] CI: enable Dependabot Updates for NPM packages The JS test suite uses the `jasmine` test framework from NPM; this change enables Dependabot to let us know about updates for it (and its dependencies). --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index acd0c7a6cff..35b6d38baec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,10 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" groups: all-dependencies: patterns: