From 6b3e0c1dccad6398d2f8261bcdca43536f9bf03d Mon Sep 17 00:00:00 2001 From: Guido de Jong <35309288+guidojw@users.noreply.github.com> Date: Sat, 4 May 2024 20:54:34 +0200 Subject: [PATCH] fix(Renovate): change semantic-release match (#45) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5064359..1cd6aba 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,7 @@ { "description": "Update semantic-release version used by npx", "fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"], - "matchStrings": ["\\srun: npx semantic-release@(?.*?)\\s"], + "matchStrings": ["\\snpx semantic-release@(?.*?)\\s"], "datasourceTemplate": "npm", "depNameTemplate": "semantic-release" }