Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
8 changes: 1 addition & 7 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: JavaScript Unit Test
on:
push:
paths:
- 'src/**'
pull_request:
paths:
- 'src/**'
on: [push, pull_request]
permissions:
contents: read

Expand Down
Loading