diff --git a/renovate.json b/renovate.json index a576cef..56711b6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "branchConcurrentLimit": 3, - "labels":["Bot::Renovate"], - "semanticCommits": "disabled", - "commitMessagePrefix": "renovate:", - "reviewers": [ - "echarrod" - ], - "postUpdateOptions": [ - "gomodTidy", - "gomodUpdateImportPaths" - ] + "extends": ["github>luno/.github:renovate-default-config.json5"] }