From 82a69739df83d9c367b89a3b5f3e272444ddca20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20La=20Scala?= Date: Mon, 15 Apr 2024 07:31:04 +0200 Subject: [PATCH] ci: remove assignees and reviewers from renovate config (#23) --- renovate.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/renovate.json b/renovate.json index 238c796..61ad54a 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,6 @@ "extends": [ "github>graasp/renovate-config:app" ], - "assignees": ["swouf"], - "reviewers": ["swouf"], "packageRules": [ { "matchDepTypes": ["devDependencies"],