From be0ba12f6ff3a03d9db09900acda8b8f7ab32fa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:31:19 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6627d6a..bfab172 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,7 +19,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["(^|/)Dockerfile[^/]*$"], + "managerFilePatterns": [ + "/(^|/)Dockerfile[^/]*$/" + ], "matchStringsStrategy": "recursive", "matchStrings": [ "pip3? install[\\s\\S]*?(?(?:[\\w.-]+==[\\w.-]+[\\s\\\\]*)+)",