From 54fb6bfc024ce956bf3635bad624fbd338099176 Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Tue, 5 Dec 2023 22:34:09 -0800 Subject: [PATCH] style(Renovate): Remove Yarn `packageNameTemplate` Regex managers use the captured `depName`, in this case `yarn`, from the match string when no package name is specified. Hence, there is no need to specify explicitly that the package name is `yarn`. --- default.json | 1 - 1 file changed, 1 deletion(-) diff --git a/default.json b/default.json index 2fefd01..4e50d22 100644 --- a/default.json +++ b/default.json @@ -147,7 +147,6 @@ "customType": "regex", "fileMatch": ["^\\.tool-versions$"], "matchStrings": ["(?yarn)\\s+(?(\\d+\\.){2}\\d+)"], - "packageNameTemplate": "yarn", "datasourceTemplate": "npm", "depTypeTemplate": "packageManager", "extractVersionTemplate": "^v(?.*)$"