b198295c51
Reviewed-on: #72 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
15 lines
441 B
JSON
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"
|
|
}
|
|
]
|
|
}
|