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