From a6b1b7886ee3e457b921604e9527d28a104e3839 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Mon, 23 Jun 2025 17:10:49 -0700 Subject: [PATCH] temporarily ignore snapshots repo for link checking --- .github/scripts/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index a5450a5fc..3e0784cbf 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -10,6 +10,9 @@ }, { "pattern": "^https://maven-badges.sml.io/maven-central/io.opentelemetry.android/.*$" + }, + { + "pattern": "^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/.*$" } ] } \ No newline at end of file