From 8ca66734b9b4b9176dd2f2b219c0a2fb158aed2c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 9 May 2024 19:23:55 -0400 Subject: [PATCH] feat: renovate deps in gh workflows Signed-off-by: Rui Chen --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ec4a54559f..c9659acf19 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -99,6 +99,7 @@ customType: 'regex', fileMatch: [ '.circleci/config.yml$', + '^\\.github/workflows/[^/]+\\.ya?ml$', ], matchStrings: [ 'renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?_VERSION: (?.*)\\s',