Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Nov 20, 2023
1 parent ff4ed6e commit 7bd4352
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
{
"fileMatch": ["src/tests/decider-distro-tests-rs/Cargo\\.toml"],
"matchStrings": [
"\"(?<depName>[^\"]+)\" = \\{ git = \"(?<lookupName>https://github.com/fluencelabs/nox.git)\", tag = \"(?<currentValue>.*)\" \\}"
"\"(?<depName>.+)\" = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"(?<currentValue>.+)\" \\}"
],
"datasourceTemplate": "git-tags",
"currentValueTemplate": "nox-{{#semver}}{{version}}{{/semver}}",
"datasourceTemplate": "github-releases",
"packageNameTemplate": "https://github.com/fluencelabs/nox",
"extractVersionTemplate": "^nox-(?<version>.*?)$"
"depNameTemplate": "{{depName}}"
}
],
Expand Down

0 comments on commit 7bd4352

Please sign in to comment.