Skip to content

Commit

Permalink
fix(src/default.json5): add caret to mise tools shorthands custom man…
Browse files Browse the repository at this point in the history
…agers (#56)

* fix(src/default.json5): add caret to mise tools shorthands custom managers

* 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 ab84c02 commit 3415a95
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 @@ -27,7 +27,7 @@
datasourceTemplate: "undefined",
matchStrings: [
// test: https://regex101.com/r/8grHta
"['\"]?(?<depName>[^_:\\s]+?)['\"]? *= *['\"](?<currentValue>\\d.+?)['\"]",
"^['\"]?(?<depName>[^_:\\s]+?)['\"]? *= *['\"](?<currentValue>\\d.+?)['\"]",
],
},
// renovate does not support backends
Expand Down

0 comments on commit 3415a95

Please sign in to comment.