markdown_link_check_config.json 251 B

1234567891011
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "^https://github\\.com/open-telemetry/opentelemetry-java-instrumentation/pull/"
  5. },
  6. {
  7. "pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$"
  8. }
  9. ],
  10. "retryOn429": true
  11. }