From 4ba4114e1e12542898019c8f5268bbaa1d01a6ab Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 16 Oct 2020 07:08:26 +0200 Subject: [PATCH] chore: add gh-action manager --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 4eeaa37ee9b..e1942ac1070 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -41,6 +41,12 @@ "// renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s+readonly\\s+tag\\s+=\\s+'(?.+?)';" ], "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" + }, + { + "fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"], + "matchStrings": ["uses: (?[a-z-/]+?)@(?.+?)\\s"], + "datasourceTemplate": "github-tags", + "versioningTemplate": "docker" } ] }