From 6029e73b0ce93a1f2fc59b4722908789f7a65199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 08:39:15 +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 0000000000..39a2b6e9a5 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From 2fb0538829904c18dd09f6ab751368b3973f0fc1 Mon Sep 17 00:00:00 2001 From: Vadims Daleckis Date: Mon, 6 Nov 2023 00:40:59 +0000 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20move=20renovate.jso?= =?UTF-8?q?n=20under=20/.github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json => .github/renovate.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename renovate.json => .github/renovate.json (100%) diff --git a/renovate.json b/.github/renovate.json similarity index 100% rename from renovate.json rename to .github/renovate.json