Skip to content

Commit

Permalink
fix: Renovate node version regex (#2731)
Browse files Browse the repository at this point in the history
## Proposed change

fix: Renovate node version regex

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Jan 24, 2025
2 parents b0d4b54 + 1b6e672 commit b6f41d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/renovate/managers/github-node-version.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"(^|/)action\\.ya?ml$"
],
"matchStrings": [
"node-version: (?<currentValue>.+?)\\s"
"node-version: (?<currentValue>[0-9a-zA-Z-.]+)"
],
"depNameTemplate": "node",
"datasourceTemplate": "node-version",
Expand Down

0 comments on commit b6f41d1

Please sign in to comment.