From a9c58f04038f768a5b178109bc03cf4a9d809828 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Wed, 13 Aug 2025 13:32:25 +0100 Subject: [PATCH 1/2] renovate: Remove NeilLuno from reviewers --- renovate.json5 | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 7d4d234..e5c2c9d 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,17 +1,16 @@ { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: [ - 'config:recommended', + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" ], - branchConcurrentLimit: 3, - labels: [ - 'Bot::Renovate', + "branchConcurrentLimit": 3, + "labels": [ + "Bot::Renovate" ], - semanticCommits: 'disabled', - commitMessagePrefix: 'renovate:', - reviewers: [ - 'echarrod', - 'adamhicks', - 'NeilLuno', - ], -} + "semanticCommits": "disabled", + "commitMessagePrefix": "renovate:", + "reviewers": [ + "echarrod", + "adamhicks" + ] +} \ No newline at end of file From 63ba1dc591a3048b3e2b704688f9089a2320cd4c Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Thu, 21 Aug 2025 09:03:22 +0100 Subject: [PATCH 2/2] Update renovate.json5 --- renovate.json5 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index e5c2c9d..5929b01 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,16 +1,16 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', ], - "branchConcurrentLimit": 3, - "labels": [ - "Bot::Renovate" + branchConcurrentLimit: 3, + labels: [ + 'Bot::Renovate', ], - "semanticCommits": "disabled", - "commitMessagePrefix": "renovate:", - "reviewers": [ - "echarrod", - "adamhicks" - ] -} \ No newline at end of file + semanticCommits: 'disabled', + commitMessagePrefix: 'renovate:', + reviewers: [ + 'echarrod', + 'adamhicks', + ], +}