From 7d738c49321de22a29fae99c29a06dfcb12edff0 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:59:51 +0800 Subject: [PATCH] chore(renovate): update renovate configuration - format extends array to single line - add baseBranchPatterns to include localApps and config branches --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 0190728d9..b30c04329 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], + "extends": ["config:recommended"], + "baseBranchPatterns": ["localApps", "config"], "gitIgnoredAuthors": [ "41898282+github-actions[bot]@users.noreply.github.com", "85266337+pooneyy@users.noreply.github.com"