From f363acc8075730386ce7a5bf8cafb06ed3f098df Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Wed, 28 Feb 2024 12:31:47 +0800 Subject: [PATCH] chore: add gitlabci manager config for renovate --- .renovaterc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.renovaterc.json b/.renovaterc.json index eb577d2b..b0cfba92 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -4,6 +4,11 @@ "config:best-practices", ":maintainLockFilesWeekly" ], + "gitlabci": { + "fileMatch": [ + "^.gitlab/workflows/.*\\.yml$" + ] + }, "ignorePaths": [ "**/template/**" ]