Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 39s

This commit is contained in:
2026-06-09 18:09:50 +00:00
parent 6cb2925d85
commit c9561311af
+4 -5
View File
@@ -1,12 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track ntfy binary in COPY --from", "description": "Track ntfy binary in COPY --from",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": [ "matchStrings": ["COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"],
"COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "binwiederhier/ntfy", "depNameTemplate": "binwiederhier/ntfy",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
} }