Skip to content

Commit e29fd4c

Browse files
authored
Add Dependabot config to keep dependencies up-to-date (#67)
1 parent 2c0f695 commit e29fd4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
open-pull-requests-limit: 999
6+
rebase-strategy: disabled
7+
schedule:
8+
interval: weekly

0 commit comments

Comments
 (0)