mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-21 17:16:54 +02:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"enabled": true,
|
|
"timezone": "Europe/Berlin",
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
"commitBody": "Signed-off-by: milkmaker <milkmaker@mailcow.de>",
|
|
"rebaseWhen": "auto",
|
|
"labels": ["renovate"],
|
|
"assignees": [
|
|
"@magiccc"
|
|
],
|
|
"baseBranches": ["staging"],
|
|
"enabledManagers": ["github-actions", "regex", "docker-compose"],
|
|
"ignorePaths": [
|
|
"data\/web\/inc\/lib\/vendor\/**"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^helper-scripts\/nextcloud.sh$"],
|
|
"matchStrings": [
|
|
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s.*?_VERSION=(?<currentValue>.*)"
|
|
]
|
|
},
|
|
{
|
|
"fileMatch": ["(^|/)Dockerfile[^/]*$"],
|
|
"matchStrings": [
|
|
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
|
|
]
|
|
}
|
|
]
|
|
}
|