From af7c234572612214cdceb2c548980406b509b8be Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 12 Feb 2022 18:13:25 +0100 Subject: [PATCH] renovate: Update `pnpm` version automatically --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index ff516f91..e0aa2211 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,14 @@ ":maintainLockFilesWeekly", ":semanticCommitsDisabled" ], + "regexManagers": [ + { + "fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"], + "matchStrings": ["PNPM_VERSION:\\s*(?.*?)\n"], + "depNameTemplate": "pnpm", + "datasourceTemplate": "npm" + } + ], "packageRules": [ { "matchCurrentVersion": ">= 1.0.0",