From 70c7ee11f2ba569315ee5b8faf4a4c9879a1bd91 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 14 May 2026 16:24:31 +0000 Subject: [PATCH] update renovate config --- renovate.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index c7e09e4..7238849 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>gitea/renovate-config" + "local>gitea/renovate-config", + "local>gitea/renovate-config:security", + "local>gitea/renovate-config:go-deps" ] }