From 133fb4a3a655a6aaca9af1a8110c7d92d72b9c07 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 27 Oct 2021 15:57:02 +0200 Subject: [PATCH] fix: renovate frigate regexp --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a53ae8e28..84cfc4923 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -122,7 +122,7 @@ // custom version schemes { matchDatasources: ["docker"], - versioning: "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+).*.(?.*)$", + versioning: "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-amd64$", matchPackageNames: ["blakeblackshear/frigate"], }, // custom version schemes