Skip to content

Commit eea405e

Browse files
authored
fix: Create dependabot.yml (#51)
1 parent b552961 commit eea405e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
# github-actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
target-branch: "master"
9+
# npm
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
target-branch: "master"
15+
# npm in test folder
16+
- package-ecosystem: "npm"
17+
directory: "/test"
18+
schedule:
19+
interval: "weekly"
20+
target-branch: "master"
21+

0 commit comments

Comments
 (0)