From 973aa8c2fecc8aa5c9f8a705d101fc75ceea359b Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 26 Nov 2024 15:50:34 +0100 Subject: [PATCH] renovate: remove edsantiago as default reviewer Signed-off-by: Paul Holzinger --- renovate/defaults.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate/defaults.json5 b/renovate/defaults.json5 index a8c2619..9c93b56 100644 --- a/renovate/defaults.json5 +++ b/renovate/defaults.json5 @@ -221,7 +221,7 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks "matchFileNames": [".cirrus.yml"], "groupName": "CI VM Image", // Somebody(s) need to check image update PRs as soon as they open. - "reviewers": ["Luap99", "edsantiago"], + "reviewers": ["Luap99"], // Don't wait, roll out CI VM Updates immediately "schedule": ["at any time"] },