markdown-link-check-config.json 618 B

123456789101112131415161718192021222324252627
  1. {
  2. "retryOn429": true,
  3. "aliveStatusCodes": [
  4. 200,
  5. 403
  6. ],
  7. "ignorePatterns": [
  8. {
  9. "pattern": "^https://developer\\.mend\\.io/github/open-telemetry/opentelemetry-java-instrumentation$"
  10. },
  11. {
  12. "pattern": "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/pulls/app%2Frenovate"
  13. },
  14. {
  15. "pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
  16. },
  17. {
  18. "pattern": "^http(s)?://logback\\.qos\\.ch"
  19. },
  20. {
  21. "pattern": "^https://micrometer\\.io"
  22. },
  23. {
  24. "pattern": "^https://central\\.sonatype\\.com"
  25. }
  26. ]
  27. }