ci: align Renovate config with the Go repos

This commit is contained in:
Weston Blieden
2026-09-18 10:12:07 +02:00
parent ccd670591e
commit 7d8d3a04cb
+2 -1
View File
@@ -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"
}