Skip to content

Commit

Permalink
chore: Regenerate default.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Mar 30, 2023
1 parent e808761 commit 2e806a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
{
"description": "Remove v prefix in regex `_VERSION` updates",
"matchManagers": ["regex"],
"extractVersion": "^?v?(?<version>\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
"extractVersion": "^?v?(?<version>\\d+\\.\\d+\\.\\d+.*)$",
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+.*))?$"
},
],
"kubernetes": {
Expand Down

0 comments on commit 2e806a5

Please sign in to comment.