Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Nov 17, 2023
1 parent 8340ce0 commit 038f9f8
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 @@ -12,11 +12,11 @@
"ignorePresets": [":ignoreModulesAndTests"],
"regexManagers": [
{
"fileMatch": ["src/tests/decider-distro-tests-rs/Cargo\\.toml$"],
"fileMatch": ["src/tests/decider-distro-tests-rs/Cargo\\.toml"],
"matchStrings": [
"\"(?<depName>[^\"]+)\" = \\{ git = \"https://github.com/fluencelabs/nox.git\", tag = \"(?<currentValue>[^\"]+)\" \\}"
],
"datasourceTemplate": "gitTags",
"datasourceTemplate": "github-tags",
"versioningTemplate": "semver",
"depNameTemplate": "{{depName}}",
"lookupNameTemplate": "https://github.com/fluencelabs/nox.git",
Expand Down

0 comments on commit 038f9f8

Please sign in to comment.