From bf9b94f43da2ebcb5f6257967558d1f10771c879 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 20 Nov 2025 10:53:36 -0800 Subject: [PATCH] Renovate: Suppress SNAPSHOT updates --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 389e541d3d..1b2281e927 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,6 +24,7 @@ // major.minor.patch, under the assumption that you would want to update to the stable version // of that release instead of the unstable version for a future release "ignoreUnstable": false + allowedVersions: '!/\\-SNAPSHOT$/', }, { groupName: 'opentelemetry instrumentation packages',