diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index a8f85dfa9d..5c541a7ff4 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -19,6 +19,9 @@ }, { "pattern": "^https://micrometer\\.io" + }, + { + "pattern": "^https://central\\.sonatype\\.com" } ] }