From 7b4693a7f460f679ce7f7da58237d63070a55a09 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Fri, 16 Oct 2020 15:30:49 +0100 Subject: [PATCH] feat(github-actions): add temporary regexManager to improve renovation of GitHub Actions Waiting on https://github.com/renovatebot/renovate/pull/7434 --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index e14de92e..860a01f5 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,17 @@ "lockFileMaintenance": { "automerge": true }, + "regexManagers": [ + { + "fileMatch": [ + "^\\.github/workflows/[^/]+\\.ya?ml$" + ], + "matchStrings": [ + "uses: (?[a-z-/]+?)@(?.+?)\\s" + ], + "datasourceTemplate": "github-tags" + } + ], "packageRules": [ { "depTypeList": [