From 9662e18bc3a64ac2c48c653980835665566933b0 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:11:59 +0100 Subject: [PATCH] chore: Configure Renovate (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): add renovate.json * Update renovate.json --------- Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Co-authored-by: Balázs Varga --- 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..a3a0a22 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>apter-tech/renovate-config#v0.7.0" + ] +}