From f856ee0e9a258302a6ec7975bd0735e8e3e512d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:54:40 -0500 Subject: [PATCH] chore(config): migrate config .github/renovate.json (#1164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dave vader <48764154+plyr4@users.noreply.github.com> --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c8f5c890b..d7c40e9b9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,8 +3,9 @@ "extends": [ "local>go-vela/renovate-config" ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "description": "Update docker images in go files", "fileMatch": [ "^cmd/vela-server/.+\\.go$"