Files
renovate c9561311af
Docker Build and Push / build (pull_request) Successful in 39s
Migrate config renovate.json
2026-06-09 18:09:50 +00:00

14 lines
410 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Track ntfy binary in COPY --from",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "binwiederhier/ntfy",
"datasourceTemplate": "docker"
}
]
}