diff --git a/.github/renovate.json b/.github/renovate.json index 37962b2a..7d0eabf2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,5 +9,13 @@ "@magiccc" ], "baseBranches": ["staging"], - "enabledManagers": ["github-actions"] + "enabledManagers": ["github-actions", "regex"], + "regexManagers": [ + { + "fileMatch": ["^helper-scripts\/nextcloud.sh$"], + "matchStrings": [ + "#\\srenovate:\\sdatasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.*?))?\\s.*?_VERSION=(?.*)" + ] + } + ] }