From 069a9509d5120db19ca8a98e47bb5326df5484e4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 30 Jul 2024 09:41:06 -0400 Subject: [PATCH] Adding renovate automerge. (#4927) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1911d651b..8d57f0aa8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "schedule": ["before 4am on the first day of the month"] + "schedule": ["before 4am on the first day of the month"], + "automerge": true }