Files
huawei-3G-SMS-API/renovate.json
T

14 lines
410 B
JSON
Raw Normal View History

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