{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "regexManagers": [ { "description": "Track duplicacy version from ARG in Dockerfile", "fileMatch": ["^Dockerfile$"], "matchStrings": ["ARG VERSION=(?[\\d.]+)\\n"], "depNameTemplate": "duplicacy", "datasourceTemplate": "github-releases", "lookupNameTemplate": "gilbertchen/duplicacy" } ] }