chore: remove redundant FROM regexManager, quotes already fixed in Dockerfile
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 56s
Docker Build and Push / test (pull_request) Successful in 35s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 14:06:00 +00:00
parent ceace4cbcf
commit a9fffe0017
-11
View File
@@ -1,17 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [ "customManagers": [
{
"customType": "regex",
"description": "Detect FROM images with optional quotes",
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"FROM\\s+\"?(?<depName>[^\":\\s]+):(?<currentValue>[^\"\\s]+)\"?"
],
"datasourceTemplate": "docker"
},
{ {
"customType": "regex", "customType": "regex",
"description": "Detect SABnzbd release version pin", "description": "Detect SABnzbd release version pin",