From 57e2d8e169e162d0f5525cd6226396e35395309e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 12 Apr 2024 08:43:05 +0100 Subject: [PATCH] Update Renovate config --- .github/renovate.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4a7a834..6b7ed23 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,15 +1,6 @@ { - "extends": [ - "config:base" - ], - "prConcurrentLimit": 0, - "rebaseWhen": "never", - "masterIssue": true, - "commitBody": "Signed-off-by: Andrew Williams ", - "timezone": "UTC", - "dependencyDashboard": true, - "dependencyDashboardAutoclose": true, - "assignees": [ - "@nikdoof" - ] - } \ No newline at end of file + "extends": [ + "config:base", + "github>dimension-sh/renovate-config:python" + ] +} \ No newline at end of file