From b30e4b8d495183e8ac40e378319a9cbb7fb4e22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:42:13 +0000 Subject: [PATCH 1/2] 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 00000000..f45d8f11 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} From a044dad010b3f755474ded15ce9080c697493c2e Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Tue, 21 Jun 2022 11:03:28 +0200 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f11..0872e4bc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" - ] + "github>DanySK/renovate-config" + ], + "assignees": ["metaphori", "cric96"] }