From 59c134aec971c4ac50698219751dd5a37aa549b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Mon, 9 Dec 2024 14:35:04 +0100 Subject: [PATCH] Add branches to renovate --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index abf4b05..be8b65e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>android/.github:renovate-config" + ], + "baseBranches": [ + "main", + "starter", + "state" ] }