{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "customManagers": [ { "customType": "regex", "fileMatch": ["(^|/)Dockerfile\\.(joex|restserver)$"], "matchStrings": ["ARG DOCSPELL_VERSION=(?\\S+)"], "datasourceTemplate": "github-tags", "depNameTemplate": "eikek/docspell", "extractVersionTemplate": "^v(?.*)$" }, { "fileMatch": ["(^|/)Chart\\.yaml$"], "matchStrings": [ "#\\s?renovate: image=(?.*?)\\s?appVersion:\\s?\\\"?(?[\\w+\\.\\-]*)" ], "datasourceTemplate": "docker" } ] }