From fac112442df1d09c01627bc7292ebe75f5576b91 Mon Sep 17 00:00:00 2001 From: Yong Date: Wed, 4 Feb 2026 22:06:02 -0600 Subject: [PATCH] Disable python update from GH action --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4b3f25fc7d..6f9f282848 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -94,6 +94,11 @@ { matchPackageNames: ["python"], enabled: false + }, + { + matchManagers: ["github-actions"], + matchPackageNames: ["python"], + enabled: false } ],