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 <github@diegorbaquero.com>2021-05-21 20:48:23 +0300
committerGitHub <noreply@github.com>2021-05-21 20:48:23 +0300
commit39f2819d2112f2ee223db9babdb817a0d468e14e (patch)
treef27be019be5ff7afc2a997c4b230e21294fccbd5 /package.json
parent4fbc1231146793c9a96abeb9422bc258ab524d0f (diff)
chore: disable lock file maintenance
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index f07123c..047fd2b 100644
--- a/package.json
+++ b/package.json
@@ -164,7 +164,10 @@
"renovate": {
"extends": [
"github>webtorrent/renovate-config"
- ]
+ ],
+ "lockFileMaintenance": {
+ "enabled": false
+ }
},
"release": {
"extends": "@webtorrent/semantic-release-config"