diff --git a/renovate.json b/renovate.json index 25bc243..b3adef6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>vexxhost/docker-atmosphere"] + "extends": ["local>vexxhost/docker-atmosphere"], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["(^|/)Dockerfile$"], + "matchStrings": [ + "--mount=type=bind,from=(?[^:,\\s]+):(?[^@,\\s]+)(@(?sha256:[a-f0-9]+))?" + ], + "datasourceTemplate": "docker", + "versioningTemplate": "docker" + } + ] }