diff --git a/renovate.json b/renovate.json index 260e622..a9a7122 100644 --- a/renovate.json +++ b/renovate.json @@ -81,9 +81,10 @@ "groupName": "github-actions (pinned to v4)" } ], - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["docker-compose\\.yml$", "docker-compose\\.yaml$"], + "customType": "regex", + "fileMatch": ["^docker-compose\\.ya?ml$"], "matchStrings": [ "\"(?[^:]+):(?[^${}\\s]+)\"", "'(?[^:]+):(?[^${}\\s]+)'"