From d31fd41e332dfb17d94a78badc55a580c10139ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 May 2024 06:02:03 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a19ace6..ff2f937 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,9 @@ "extends": [ "local>hads/renovate-config" ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "(^|/)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$" @@ -14,4 +15,4 @@ ] } ] -} \ No newline at end of file +}