From ef1aabdf04ce46f50f60ec99a4b4777caf59c938 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Fri, 24 Jul 2026 10:15:26 -0700 Subject: [PATCH] [renovate] fix version detection for gds images Signed-off-by: Rahul Sharma --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c3c94a386..8df57771c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -144,6 +144,13 @@ "extractVersion": "^(?v?\\d+\\.\\d+(?:\\.\\d+)?)(?:-.*)?$", "versioning": "loose" }, + { + "description": "Keep only the base GDS version as the OS suffix is added at runtime", + "matchFileNames": ["deployments/gpu-operator/values.yaml"], + "matchPackageNames": ["nvcr.io/nvidia/cloud-native/nvidia-fs"], + "extractVersion": "^(?v?\\d+\\.\\d+(?:\\.\\d+)?)(?:-.*)?$", + "versioning": "loose" + }, { "matchFileNames": ["bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml"], "matchPackageNames": ["nvcr.io/nvidia/cloud-native/gdrdrv"],