From d9a6224f541a83f282851e71e85266779b94d6ff Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Mon, 20 Nov 2023 17:51:25 +0200 Subject: [PATCH] Fix --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 769128c9..24a65986 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ { "fileMatch": ["^src/tests/decider-distro-tests-rs/Cargo\\.toml$"], "matchStrings": [ - "(?.+) = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"(?.+)\" \\}" + "(?.+) = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"nox-(?.+)\" \\}" ], "datasourceTemplate": "github-releases", "packageNameTemplate": "fluencelabs/nox",