Skip to content

Commit c3c1688

Browse files
committed
ci: add dependabot alerts
1 parent ff73f80 commit c3c1688

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
assignees:
8+
- "gnikit"
9+
reviewers:
10+
- "gnikit"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
assignees:
17+
- "gnikit"
18+
reviewers:
19+
- "gnikit"

0 commit comments

Comments
 (0)