From 2946e69840ab10fbafde472b7b26c78f23696ae3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Feb 2020 16:12:12 +0000 Subject: [PATCH 1/4] Add renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f45d8f1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} From 0882622e8391f5dd80ae4aa7e6930ac8025aeb63 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 13 Feb 2020 17:17:32 +0100 Subject: [PATCH 2/4] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f1..0588121 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" + "config:base", + "gitmoji" ] } From 15ef0fc60b9446c63c8d2628c9b26d6c2f07ea87 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 13 Feb 2020 17:18:52 +0100 Subject: [PATCH 3/4] Update renovate.json --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 0588121..2cf85a5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,3 @@ { - "extends": [ - "config:base", - "gitmoji" - ] + "extends": ["config:base","gitmoji"] } From 1f6b1392597c918b0e8346e6a3244cab92a72e07 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 13 Feb 2020 17:20:13 +0100 Subject: [PATCH 4/4] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2cf85a5..aa15052 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ { - "extends": ["config:base","gitmoji"] + "extends": ["config:base", "gitmoji"] }