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