Skip to content

Commit 7d5ac23

Browse files
authored
chore: add back package-lock.json and enable dependabot (#939)
1 parent a68af4b commit 7d5ac23

File tree

4 files changed

+11636
-3
lines changed

4 files changed

+11636
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: monthly
9+
10+
- package-ecosystem: npm
11+
directory: /
12+
schedule:
13+
interval: monthly

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ coverage.lcov
77
tmp-*
88
.eslintcache
99
.ncu
10-
package-lock.json

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)