Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit c07ae72

Browse files
committed
add dependabot (#4)
1 parent f559f62 commit c07ae72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.circleci/
33
.git/
44
.idea/
5+
.github/
56
dist/
67
e2e/
78
node_modules/

.github/dependabot.yml

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

0 commit comments

Comments
 (0)