From 3625014f7f90ff7a08d89c46a08e85c99a75ebcc Mon Sep 17 00:00:00 2001
From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>
Date: Thu, 22 Jul 2021 14:48:34 -0700
Subject: [PATCH] use scratch-renovate-config:conservative

---
 .gitattributes                  | 1 +
 renovate.json => renovate.json5 | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
 rename renovate.json => renovate.json5 (61%)

diff --git a/.gitattributes b/.gitattributes
index 0172c86..7ca6605 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,6 +11,7 @@
 *.js text eol=lf
 *.js.map text eol=lf
 *.json text eol=lf
+*.json5 text eol=lf
 *.md text eol=lf
 *.yml text eol=lf
 *.txt text eol=lf
diff --git a/renovate.json b/renovate.json5
similarity index 61%
rename from renovate.json
rename to renovate.json5
index 3cf4d59..5615b31 100644
--- a/renovate.json
+++ b/renovate.json5
@@ -1,6 +1,7 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+
   "extends": [
-    "local>LLK/renovate-config"
+    "github>LLK/scratch-renovate-config:conservative"
   ]
 }