chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 33s

This commit is contained in:
Sagent
2026-06-09 12:55:04 +00:00
parent b0ae4a0351
commit 7e1314b703
2 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$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"
}
]
}