diff --git a/renovate.json b/renovate.json index a9a7122..b1bdaab 100644 --- a/renovate.json +++ b/renovate.json @@ -80,17 +80,5 @@ "allowedVersions": "^4.0.0", "groupName": "github-actions (pinned to v4)" } - ], - "customManagers": [ - { - "customType": "regex", - "fileMatch": ["^docker-compose\\.ya?ml$"], - "matchStrings": [ - "\"(?[^:]+):(?[^${}\\s]+)\"", - "'(?[^:]+):(?[^${}\\s]+)'" - ], - "datasourceTemplate": "docker", - "versioningTemplate": "docker" - } ] }