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:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2021-05-20 01:38:16 +0300
committerGitHub <noreply@github.com>2021-05-20 01:38:16 +0300
commit0ce04e1d8ad7b7736bd2f70c52966ada8f7fc496 (patch)
tree776b73f5416e38b57608110109ecd663657a3b7c /package.json
parent122335b33e697049321699116a8f7825648e79db (diff)
Add renovate config
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 614f600..c78ea2a 100644
--- a/package.json
+++ b/package.json
@@ -157,5 +157,10 @@
"webtorrent.min.js",
"webtorrent.chromeapp.js"
]
+ },
+ "renovate": {
+ "extends": [
+ "github>webtorrent/renovate-config"
+ ]
}
}