From ace3b8db4875131b17528ed38bf73e0059d5fe03 Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Thu, 27 Mar 2025 10:23:12 +0100 Subject: [PATCH] chore: add Renovate configuration file --- banana/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 banana/renovate.json diff --git a/banana/renovate.json b/banana/renovate.json new file mode 100644 index 0000000..c183f9d --- /dev/null +++ b/banana/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>Renovate/renovate-config" + ] +}