Skip to content

Commit

Permalink
chore: Fix (#123)
Browse files Browse the repository at this point in the history
fix?
  • Loading branch information
nahsi authored Nov 17, 2023
1 parent 6658395 commit 8340ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
{
"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": "gitTags",
"versioningTemplate": "semver",
"depNameTemplate": "{{depName}}",
"lookupNameTemplate": "{{lookupName}}",
"lookupNameTemplate": "https://github.com/fluencelabs/nox.git",
"currentValueTemplate": "nox-{{#semver}}{{version}}{{/semver}}"
}
],
Expand Down

0 comments on commit 8340ce0

Please sign in to comment.