diff --git a/base.json b/base.json index c59a70c..ce4d7ce 100644 --- a/base.json +++ b/base.json @@ -36,6 +36,12 @@ "matchStrings": [ "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\n.*?_VERSION (:|\\?)= (?.*)\\s" ] + }, + { + "fileMatch": [".drone.env"], + "matchStrings": [ + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nexport .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" + ] } ], "ignorePaths": ["**/.drone.*"]