From 7d8d3a04cb55dd211aaa6307546f335a34172482 Mon Sep 17 00:00:00 2001 From: Weston Blieden Date: Fri, 18 Sep 2026 10:12:07 +0200 Subject: [PATCH] ci: align Renovate config with the Go repos --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ea9c019..d57c667 100644 --- a/renovate.json +++ b/renovate.json @@ -16,9 +16,10 @@ "dependencyDashboardApproval": true }, { - "description": "Keep routine Go transitive dependency maintenance together.", + "description": "Transitive Go modules are off by default; enable so CVE fixes can land.", "matchManagers": ["gomod"], "matchDepTypes": ["indirect"], + "enabled": true, "groupName": "Go indirect dependencies", "groupSlug": "go-indirect-dependencies" }