From f4dbbbebe56aad10d4f419ec3470db8ef10db962 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:33:29 +0800 Subject: [PATCH] chore(renovate): disable github-actions updates for localApps branch --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index b30c04329..c25ff486e 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,11 @@ "matchManagers": ["!github-actions"], "addLabels": ["{{ updateType }}"] }, + { + "matchBaseBranches": ["localApps"], + "matchManagers": ["github-actions"], + "enabled": false + }, { "matchManagers": [ "docker-compose"