Configure Renovate (#27)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fri, 8 Nov 2019 09:16:40 +0000 (16:16 +0700)
committerDaniel Lockyer <hi@daniellockyer.com>
Fri, 8 Nov 2019 09:16:40 +0000 (16:16 +0700)
renovate.json [new file with mode: 0644]

diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..2b1e364
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "extends": [
+    "@tryghost:theme"
+  ],
+  "node": {
+    "supportPolicy": ["lts_latest"]
+  }
+}