From c9561311af7deb1c1570a8072069fedf61f1b0e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 18:09:50 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 837008f..c77a9f9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "description": "Track ntfy binary in COPY --from", - "fileMatch": ["^Dockerfile$"], - "matchStrings": [ - "COPY --from=binwiederhier/ntfy:(?[^\\s]+)" - ], + "managerFilePatterns": ["/^Dockerfile$/"], + "matchStrings": ["COPY --from=binwiederhier/ntfy:(?[^\\s]+)"], "depNameTemplate": "binwiederhier/ntfy", "datasourceTemplate": "docker" }