From a1d89362689e5a1d4a4e635f3cd7b8d61ad02172 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Thu, 20 Nov 2025 21:53:36 +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"] +}