Skip to content

Commit b266bd0

Browse files
authored
Merge pull request #15 from UziTech/update-deps
2 parents 4a3d5bc + 49fe5ad commit b266bd0

File tree

5 files changed

+1592
-3475
lines changed

5 files changed

+1592
-3475
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

.mocharc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ui": "bdd",
3+
"reporter": "spec",
4+
"require": "must"
5+
}

0 commit comments

Comments
 (0)