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$"