Files
tracebasedlogsampler/renovate.json
T
2026-05-31 14:30:22 +02:00

15 lines
441 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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"
}
]
}