From f48105d9172e4cf91dc64ca0ade347bf4c494e16 Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Tue, 16 Jul 2024 17:16:58 -0400 Subject: [PATCH] updated renovate.json Signed-off-by: Disaiah Bennett --- .github/renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0187137..28b2dc1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "addLabels": ["ok-to-test"], - "rebaseWhen": "behind-base-branch", + "rebaseWhen": "auto", "recreateWhen": "never", - "reviewersFromCodeOwners": true, - "rollbackPrs": true, "schedule": ["before 8am on tuesday and thursday"], "timezone": "America/New_York" }