From 7003ee8fe36daf538ae439ddb03f326ed6f7e628 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Wed, 3 Dec 2025 02:37:10 +1100 Subject: [PATCH] Add exemption for recent release --- .clomonitor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clomonitor.yml b/.clomonitor.yml index 42539339b..287a35d74 100644 --- a/.clomonitor.yml +++ b/.clomonitor.yml @@ -2,3 +2,5 @@ exemptions: - check: artifacthub_badge reason: "Artifact Hub doesn't support php packages" + - check: recent_release + reason: "Packages are individually tagged in read-only mirror repositories under https://github.com/opentelemetry-php"