mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-24 20:14:40 +02:00
97a62cf0fe
The current configuration has made us miss required security updates for this module. This changes that so it will not happen going forward. Co-authored-by: Robert Pająk <pellared@hotmail.com>
27 lines
573 B
JSON
27 lines
573 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
|
|
},
|
|
{
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
"groupName": "googleapis"
|
|
},
|
|
{
|
|
"matchPackageNames": ["golang.org/x/**"],
|
|
"groupName": "golang.org/x"
|
|
}
|
|
]
|
|
}
|