Skip to content

Commit afe0e76

Browse files
committedApr 22, 2021
Create dependabot.yml
1 parent bbdd94a commit afe0e76

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: daily
7+
labels:
8+
- dependency
9+
versioning-strategy: increase
10+
- package-ecosystem: github-actions
11+
directory: /
12+
schedule:
13+
interval: daily
14+
labels:
15+
- dependency

0 commit comments

Comments
 (0)
Please sign in to comment.