From 3de3c0c070352c1fe46c5cbcc641bca726f44abb Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Tue, 6 Aug 2024 11:26:41 -0400 Subject: [PATCH] Update renovate.json to run againts master and 2.x --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..b2ccae1 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "baseBranches": ["master", "2.x"] }