19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"retryOn429": true,
|
|
"aliveStatusCodes": [
|
|
200,
|
|
403
|
|
],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://developer\\.mend\\.io/github/open-telemetry/opentelemetry-java-instrumentation$"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Frenovate"
|
|
},
|
|
{
|
|
"pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
|
|
}
|
|
]
|
|
}
|