diff --git a/renovate.json b/renovate.json index 5d2c5528..7784b8f5 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.devcontainer\\.json$"], + "managerFilePatterns": [ + "/^\\.devcontainer\\.json$/" + ], "matchStrings": [ "ghcr\\.io/va-h/devcontainers-features/uv:[\\d]+\"[\\s\\S]*?\"version\":\\s*\"(?[^\"]+)\"" ],