From f779477fc9ad14fe131fbacb9254f6933d83245c Mon Sep 17 00:00:00 2001 From: AviorBOT Date: Wed, 1 Apr 2020 07:59:20 +0000 Subject: [PATCH 1/2] Configure Renovate (#1) Add renovate.json Co-authored-by: AviorBOT Reviewed-on: https://git.delta-wings.net/tcgdex/javascript-sdk/pulls/1 --- 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 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From e182ec561763558b84cb668a1cb0be20b178a8c5 Mon Sep 17 00:00:00 2001 From: Florian Bouillon Date: Wed, 1 Apr 2020 08:24:43 +0000 Subject: [PATCH 2/2] Update 'renovate.json' --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..f05e656 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + ":preserveSemverRanges" ] }