Skip to content

Commit

Permalink
fix(renovate): fix regex typo on extractVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
latipun7 committed Nov 5, 2023
1 parent 599678d commit 9763adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
"description": "Github Actions commits only major",
"matchDepTypes": ["action"],
"extractVersion": "^(?<version>v\\d+\\)",
"extractVersion": "^(?<version>v\\d+)",
"labels": ["dependencies", "github-actions"],
"semanticCommitType": "ci",
"semanticCommitScope": "actions",
Expand Down

0 comments on commit 9763adc

Please sign in to comment.