diff --git a/renovate.json b/renovate.json index 7190a60..a52f481 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,18 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "customManagers": [ + { + "description": "Update yt-dlp version in Dockerfiles", + "customType": "regex", + "managerFilePatterns": [ + "/^Dockerfile$/" + ], + "matchStrings": [ + "ARG YT_DLP_VERSION=\"(?.*?)\"" + ], + "datasourceTemplate": "github-tags", + "depNameTemplate": "yt-dlp/yt-dlp", + "versioningTemplate": "regex:^(?\\d{4})\\.(?\\d{2})\\.(?\\d{2})$" + } + ] +} \ No newline at end of file