diff --git a/renovate.json b/renovate.json
index e36f091d15..a379beb138 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,8 +1,6 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-  "extends": [
-    "config:base"
-  ],
+  "extends": ["config:base"],
   "packageRules": [
     {
       "matchPaths": ["mobile"],
@@ -16,5 +14,6 @@
       "matchPaths": ["web"],
       "groupName": "web"
     }
-  ]
+  ],
+  "enabled": false
 }