Files
huawei-3G-SMS-API/renovate.json
T
Sagent 7e1314b703
Docker Build and Push / build (pull_request) Successful in 33s
chore: improve renovate dependency detection
2026-06-09 12:55:04 +00:00

15 lines
384 B
JSON

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