From f5cf2bd635d03d31164b62a015aa86c606dc7d0d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 20 Nov 2025 10:52:38 -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 93305f1a2..84d4c2703 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -53,6 +53,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$/', }, { // prevent 3.0.1u2 -> 3.0.1