Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 39s

This commit is contained in:
2026-06-09 18:09:50 +00:00
parent 6cb2925d85
commit c9561311af
+4 -5
View File
@@ -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"
}