From a9fffe0017d1a182e846d94c00a8ef0730391d4c Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 14:06:00 +0000 Subject: [PATCH] chore: remove redundant FROM regexManager, quotes already fixed in Dockerfile --- renovate.json | 11 ----------- 1 file changed, 11 deletions(-) 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",