Enable regex as manager
Add regex for matchstring line
This commit is contained in:
parent
9fe8bfadf3
commit
072cbe62de
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@ -9,5 +9,13 @@
|
|||||||
"@magiccc"
|
"@magiccc"
|
||||||
],
|
],
|
||||||
"baseBranches": ["staging"],
|
"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>.*)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user