chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 33s
Docker Build and Push / build (pull_request) Successful in 33s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user