Skip to content

Commit 809741b

Browse files
authored
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).
1 parent cc7c6f4 commit 809741b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212
directory: "/"
1313
schedule:
1414
interval: "daily"
15+
- package-ecosystem: "npm"
16+
directory: "/"
17+
schedule:
18+
interval: "daily"
1519
groups:
1620
all-dependencies:
1721
patterns:

0 commit comments

Comments
 (0)