Skip to content

Commit ceb944e

Browse files
authored
Merge pull request #8 from endlessm/commit-package-lock-and-configure-dependabot
Commit package-lock.json and configure dependabot to keep it updated
2 parents 6912558 + 69e517a commit ceb944e

File tree

2 files changed

+2535
-0
lines changed

2 files changed

+2535
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)