From ac254ccbddd2f3456dd08a2a523b98a5d1575559 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Thu, 20 Nov 2025 22:02:21 +0000 Subject: [PATCH] Add renovate configuration Signed-off-by: Paulo Gomes --- .renovaterc.json5 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .renovaterc.json5 diff --git a/.renovaterc.json5 b/.renovaterc.json5 new file mode 100644 index 0000000..d843a35 --- /dev/null +++ b/.renovaterc.json5 @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>go-git/.github"] +}