mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-03 13:11:53 +02:00
08f9c877ba
This PR makes the renovate bot combine the googleapis update PRs into one. Example: https://github.com/XSAM/otelsql/pull/347
29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": [],
|
|
"labels": ["Skip Changelog", "dependencies"],
|
|
"postUpdateOptions" : [
|
|
"gomodTidy"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"matchFileNames": ["internal/tools/**"],
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
"groupName": "googleapis"
|
|
}
|
|
]
|
|
}
|