Skip to content

Commit

Permalink
fix(default): remove packageRule that removed the 'v' prefix (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 16, 2024
1 parent 549e3bf commit 0c2705c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
"matchDatasources": ["npm"],
"extends": ["npm:unpublishSafe"],
"prNotPendingHours": 73
},
{
"description": "Remove 'v' prefix from `regex` manager version strings",
"matchManagers": ["regex"],
"extractVersion": "^?v?(?<version>\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
}
],
"customManagers": [
Expand Down

0 comments on commit 0c2705c

Please sign in to comment.