Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2021-04-22 03:40:58 +0300
committerFeross Aboukhadijeh <feross@feross.org>2021-04-22 03:40:58 +0300
commitb9174f8f64a203a9ad258a6b5acb235660cb2048 (patch)
tree85216c2511c00f519b9e48c39d0959c3611975b5 /.github
parent4d17509586485a64ee39ef838d80bfabece1e850 (diff)
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..dac42a6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+version: 2
+updates:
+ - package-ecosystem: npm
+ directory: /
+ schedule:
+ interval: daily
+ labels:
+ - dependency
+ versioning-strategy: increase
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: daily
+ labels:
+ - dependency