From 072cbe62de4674f63c5f592e38a5253701fc6c2e Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 31 Dec 2022 17:11:16 +0100 Subject: [PATCH] Enable regex as manager Add regex for matchstring line --- .github/renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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=(?.*)" + ] + } + ] }