From 40d7ee0583845757c8a6cee736d101b3bbd52abb Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 7 Nov 2024 15:59:29 +0100 Subject: [PATCH] feat: add gusted as reviewer --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6424e21..985ef5c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>forgejo/renovate-config//renovate.json"] + "extends": ["local>forgejo/renovate-config//renovate.json"], + "reviewers": ["earl-warren", "Gusted", "viceice"] }