ci(renovate): group otel deps (#72)

Reviewed-on: #72
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #72.
This commit is contained in:
2026-05-31 14:31:59 +02:00
committed by t.behrendt
parent 1ebf154690
commit b198295c51
+11 -1
View File
@@ -1,4 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:action"]
"extends": ["local>t.behrendt/renovate-configs:action"],
"packageRules": [
{
"description": "Group all OpenTelemetry Go modules into a single PR",
"matchManagers": ["gomod"],
"matchDatasources": ["go"],
"matchPackageNames": ["go.opentelemetry.io/**"],
"groupName": "opentelemetry go",
"groupSlug": "opentelemetry-go"
}
]
}