Skip to content

Commit

Permalink
feat(actions): enabled pinning the version comment to full version
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jul 28, 2023
1 parent 706b35c commit f1bd80c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"automergeType": "branch"
},
"packageRules": [
{
"description": "v prefix workaround for action updates",
"matchDepTypes": ["action"],
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
{
"depTypeList": ["action"],
"semanticCommitType": "ci",
Expand Down

1 comment on commit f1bd80c

@travi
Copy link
Member Author

@travi travi commented on f1bd80c Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.