Enable regex as manager

Add regex for matchstring line
This commit is contained in:
Peter 2022-12-31 17:11:16 +01:00
parent 9fe8bfadf3
commit 072cbe62de
No known key found for this signature in database
GPG Key ID: A40EE5665510C9D5

10
.github/renovate.json vendored
View File

@ -9,5 +9,13 @@
"@magiccc"
],
"baseBranches": ["staging"],
"enabledManagers": ["github-actions"]
"enabledManagers": ["github-actions", "regex"],
"regexManagers": [
{
"fileMatch": ["^helper-scripts\/nextcloud.sh$"],
"matchStrings": [
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s.*?_VERSION=(?<currentValue>.*)"
]
}
]
}