Skip to content

Commit 81cced9

Browse files
Create dependabot.yml
1 parent 75c8a88 commit 81cced9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Specify labels for pull requests
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
# Specify labels for npm pull requests
10+
labels:
11+
- "npm"
12+
- "dependencies"

0 commit comments

Comments
 (0)