From bc336cc2a089a2d74849d80f9b2933801f1ba8aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:06:55 +0200 Subject: [PATCH] chore: Add renovate.json (#340) Co-authored-by: Renovate Bot --- frontend/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/renovate.json diff --git a/frontend/renovate.json b/frontend/renovate.json new file mode 100644 index 0000000000..f45d8f110c --- /dev/null +++ b/frontend/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +}