mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-26 21:05:00 +02:00
433fb625f8
* Add renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Sam Xie <sam@samxie.me> * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: Sam Xie <sam@samxie.me>
25 lines
514 B
JSON
25 lines
514 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
|
|
}
|
|
]
|
|
}
|