mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-11-24 08:22:25 +02:00
5e3434c65a
Based on the suggestion in #5811. --------- Co-authored-by: Robert Pająk <pellared@hotmail.com>
33 lines
727 B
JSON
33 lines
727 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"
|
|
},
|
|
{
|
|
"matchPackageNames": ["golang.org/x/**"],
|
|
"groupName": "golang.org/x"
|
|
}
|
|
]
|
|
}
|