Skip to content

Commit

Permalink
fix(src/default.json5): fix extractVersion for biome (#60)
Browse files Browse the repository at this point in the history
* fix(src/default.json5): fix extractVersion for biome

* style: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
risu729 and autofix-ci[bot] authored Jan 6, 2025
1 parent ba82642 commit cf50ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
matchManagers: ["custom.regex"],
matchDepNames: ["aqua:biomejs/biome"],
extractVersion: "^cli-v(?<version>.+)",
extractVersion: "^cli/v(?<version>.+)",
},
],
}

0 comments on commit cf50ca5

Please sign in to comment.