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