From 610dd57a2fbbe09513827ea5098d5c94fa7d33dc Mon Sep 17 00:00:00 2001 From: "renovate-schueco[bot]" <137500904+renovate-schueco[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:15:34 +0000 Subject: [PATCH] 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 00000000..3a09df35 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>schueco/renovate-config" + ] +}