From a61033aee873240181d45c0d955fb34d63a8887a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Jul 2021 21:00:30 +0000 Subject: [PATCH 1/2] chore(deps): add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..3cf4d5950 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>LLK/renovate-config" + ] +} 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 2/2] 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" ] }