diff --git a/.github/renovate.json b/.github/renovate.json index c54154b..6627d6a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,5 +15,18 @@ "groupName": "GitHub Actions", "addLabels": ["ci", "dependencies"] } + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["(^|/)Dockerfile[^/]*$"], + "matchStringsStrategy": "recursive", + "matchStrings": [ + "pip3? install[\\s\\S]*?(?(?:[\\w.-]+==[\\w.-]+[\\s\\\\]*)+)", + "(?[\\w.-]+)==(?[\\w.-]+)" + ], + "datasourceTemplate": "pypi", + "versioningTemplate": "pep440" + } ] }