Skip to content

Commit

Permalink
chore: Add nox- prefix (#141)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
nahsi authored Nov 20, 2023
1 parent c9a9bd3 commit 693a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"fileMatch": ["^src/tests/decider-distro-tests-rs/Cargo\\.toml$"],
"matchStrings": [
"(?<depName>.+) = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"(?<currentValue>.+)\" \\}"
"(?<depName>.+) = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"nox-(?<currentValue>.+)\" \\}"
],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "fluencelabs/nox",
Expand Down

0 comments on commit 693a7d1

Please sign in to comment.