mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-28 08:52:00 +02:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"enabled": true,
|
|
"timezone": "Europe/Berlin",
|
|
"dependencyDashboard": false,
|
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
"commitBody": "Signed-off-by: milkmaker <milkmaker@mailcow.de>",
|
|
"rebaseWhen": "auto",
|
|
"assignees": [
|
|
"@magiccc"
|
|
],
|
|
"baseBranches": ["staging"],
|
|
"enabledManagers": ["github-actions"]
|
|
}
|