diff --git a/renovate.json b/renovate.json index ada9444..7ae12b0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "customManagers": [ - { - "customType": "regex", - "description": "Detect FROM images with optional quotes", - "fileMatch": [ - "^Dockerfile$" - ], - "matchStrings": [ - "FROM\\s+\"?(?[^\":\\s]+):(?[^\"\\s]+)\"?" - ], - "datasourceTemplate": "docker" - }, { "customType": "regex", "description": "Detect SABnzbd release version pin",