From f45b51a1b83e23867ed39d91ffb142bc44a8ef64 Mon Sep 17 00:00:00 2001 From: Taylor Monacelli Date: Sun, 27 Oct 2024 18:46:54 -0700 Subject: [PATCH] stuff --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 408af41..84de728 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -5,7 +5,7 @@ { "matchDepTypes": ["*"], "automerge": true, - "automergeType": "br", + "automergeType": "branch", "automergeStrategy": "squash", "requiredStatusChecks": ["Build & Test"] }