From d0251ebf60fdd6b73d74c4e4a10d4d7feb2bbaf0 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:28:07 -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 b7671ba47..71521c9c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ *.js text eol=lf *.js.map text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.vert text eol=lf *.xml text eol=lf diff --git a/renovate.json b/renovate.json5 similarity index 61% rename from renovate.json rename to renovate.json5 index 3cf4d5950..5615b310d 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" ] }