Skip to content

Commit

Permalink
test: remove leadin v from extractVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Dec 27, 2024
1 parent ae07f50 commit 237f1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/modules/manager/mise/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,21 +339,21 @@ describe('modules/manager/mise/extract', () => {
currentValue: '1.0.0',
packageName: 'cargo-bins/cargo-binstall',
datasource: 'github-releases',
extractVersion: '^v?(?<version>^\\d+\\.\\d+\\.)',
extractVersion: '^v?(?<version>\\d+\\.\\d+\\.)',
},
{
depName: 'ubi:cargo-bins/cargo-binstall',
currentValue: '1.0.0',
packageName: 'cargo-bins/cargo-binstall',
datasource: 'github-releases',
extractVersion: '^v?(?<version>^\\d+\\.)',
extractVersion: '^v?(?<version>\\d+\\.)',
},
{
depName: 'ubi:cargo-bins/cargo-binstall',
currentValue: '1.0.0',
packageName: 'cargo-bins/cargo-binstall',
datasource: 'github-releases',
extractVersion: '^v?(?<version>^\\d+\\.)',
extractVersion: '^v?(?<version>\\d+\\.)',
},
],
});
Expand Down

0 comments on commit 237f1b7

Please sign in to comment.