From b079017b8ef9500d2cb76d55721fd28dc4e06eec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Jul 2021 23:41:50 +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 00000000..3cf4d595 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>LLK/renovate-config" + ] +} From d64eca4f42a0d14276398643ce0c97b670040c8a Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:51:51 -0700 Subject: [PATCH 2/2] chore(deps): use scratch-renovate-config:conservative --- .editorconfig | 2 +- .gitattributes | 1 + renovate.json => renovate.json5 | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) rename renovate.json => renovate.json5 (61%) diff --git a/.editorconfig b/.editorconfig index 0c09dc7a..c847f6fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 indent_size = 4 trim_trailing_whitespace = true -[*.json] +[*.json,*.json5] indent_style = space indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 127be36c..6ebbc296 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ *.js text eol=lf *.js.map text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.svg text eol=lf *.yml text eol=lf diff --git a/renovate.json b/renovate.json5 similarity index 61% rename from renovate.json rename to renovate.json5 index 3cf4d595..5615b310 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" ] }