diff --git a/.github/renovate.json b/.github/renovate.json index d858c3c26..29aeef792 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,9 +3,11 @@ "timezone": "Europe/Berlin", "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard", - "commitBody": "Signed-off-by: Peter ", + "commitBody": "Signed-off-by: milkmaker ", "rebaseWhen": "auto", "assignees": [ "@magiccc" - ] + ], + "baseBranches": ["master"], + "enabledManagers": ["github-actions", "pip_requirements"] }