From 3aff1243b23a55cdd24ecb23063f9d1501ac8de8 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Thu, 18 Jul 2024 15:52:57 +0100 Subject: [PATCH 1/3] renovate: Use base config --- renovate.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index a576cef..b8b38ff 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-config"] } From a683744f24fe7ec91e80bc5852794d359bb8465f Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Thu, 18 Jul 2024 16:16:09 +0100 Subject: [PATCH 2/3] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b8b38ff..ec97a2a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ { - "extends": ["github>luno/.github:renovate-config"] + "extends": ["github>luno/.github:default-renovate-config.json5"] } From c8ca1ce3cb180269dbb5e2c2fc45769a4180e3e9 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Mon, 22 Jul 2024 12:00:44 +0100 Subject: [PATCH 3/3] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ec97a2a..56711b6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ { - "extends": ["github>luno/.github:default-renovate-config.json5"] + "extends": ["github>luno/.github:renovate-default-config.json5"] }