From d7dbef889584488aff23a080675a19f2ca8b4a76 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 28 Feb 2024 13:36:08 -0700 Subject: [PATCH] chore(renovate): run renovate on both branches --- .renovaterc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index a2852b4..75636d0 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,3 +1,9 @@ { - "extends": ["github>adobe/helix-shared"] + "extends": [ + "github>adobe/helix-shared" + ], + "baseBranches": [ + "main", + "1.x" + ] }