diff --git a/.github/renovate.json b/.github/renovate.json index a8ada3ed..c786aa64 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,10 +12,11 @@ { "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 = \"(?.+)\" \\}" ], - "datasourceTemplate": "git-tags", - "currentValueTemplate": "nox-{{#semver}}{{version}}{{/semver}}", + "datasourceTemplate": "github-releases", + "packageNameTemplate": "https://github.com/fluencelabs/nox", + "extractVersionTemplate": "^nox-(?.*?)$" "depNameTemplate": "{{depName}}" } ],