diff --git a/renovate.json5 b/renovate.json5
index dd14feb..459781b 100644
--- a/renovate.json5
+++ b/renovate.json5
@@ -1,9 +1,6 @@
 {
-  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-
-  "extends": [
-    "github>scratchfoundation/scratch-renovate-config:js-app"
+  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
+  extends: [
+    'github>scratchfoundation/scratch-renovate-config:js-app',
   ],
-
-  "transitiveRemediation": true
 }