From ffb49058da511d7f1676918fc16e382c409c8e02 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 5 Nov 2023 11:37:26 -0500 Subject: [PATCH] [renovate] Setup to run on both master and javax branches --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e9a5..8841387e53 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "baseBranches": [ + "master", + "javax" ] }