From 370a093e2f41477d11e2b7fe7219f17b6be5cb8d Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Fri, 17 Feb 2023 16:50:09 +0530 Subject: [PATCH] fix: renovate regex Renovate regex doesn't support negative lookaheads. For glibc the tag suffix to always ignore is `9000`, so just match versions that have patch versions matching upto `999`. Signed-off-by: Noel Georgi --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 42adaad5..13a1ac21 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -41,7 +41,8 @@ { "matchPackageNames": [ "golang/go", - "nvidia/open-gpu-kernel-modules" + "nvidia/open-gpu-kernel-modules", + "open-iscsi/open-isns" ], "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.?(?\\d+)?$" }, @@ -49,7 +50,7 @@ "matchPackageNames": [ "https://sourceware.org/git/glibc.git" ], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.?(?(?!9000$)\\d+)?$" + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.?(?[0-9]{1,3})?$" }, { "matchPackagePatterns": [