Skip to content

Commit 9e4bb3c

Browse files
wesley-deanpatrickxchong
authored andcommitted
Update yarn.lock, package-lock; add Dependabot
1 parent dd74681 commit 9e4bb3c

File tree

5 files changed

+4530
-307
lines changed

5 files changed

+4530
-307
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions" # See documentation for possible values
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
minor-and-patch:
10+
applies-to: version-updates
11+
update-types:
12+
- "minor"
13+
- "patch"
14+
15+
- package-ecosystem: "npm" # See documentation for possible values
16+
directory: "/" # Location of package manifests
17+
schedule:
18+
interval: "weekly"
19+
groups:
20+
minor-and-patch:
21+
applies-to: version-updates
22+
update-types:
23+
- "minor"
24+
- "patch"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/
22
_site/
3-
package-lock.json
3+
*~

0 commit comments

Comments
 (0)