This commit is contained in:
+4
-5
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track ntfy binary in COPY --from",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "binwiederhier/ntfy",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user