From 0c2705cdf1da704fd136af0fd18c935cc9ea037d Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Thu, 15 Aug 2024 23:56:37 -0700 Subject: [PATCH] fix(default): remove `packageRule` that removed the 'v' prefix (#1075) --- default.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/default.json b/default.json index d3b8985..dc5ddb4 100644 --- a/default.json +++ b/default.json @@ -19,12 +19,6 @@ "matchDatasources": ["npm"], "extends": ["npm:unpublishSafe"], "prNotPendingHours": 73 - }, - { - "description": "Remove 'v' prefix from `regex` manager version strings", - "matchManagers": ["regex"], - "extractVersion": "^?v?(?\\d+\\.\\d+\\.\\d+)$", - "versioning": "regex:^v?(?\\d+)(\\.(?\\d+)\\.(?\\d+))?$" } ], "customManagers": [