This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new e4cbc2654 Disable python update from GH action (#3678)
e4cbc2654 is described below

commit e4cbc2654bc763e0446cbaa67a0442961def5671
Author: Yong Zheng <[email protected]>
AuthorDate: Sat Feb 7 15:46:23 2026 -0600

    Disable python update from GH action (#3678)
---
 .github/renovate.json5 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 4b3f25fc7..6f9f28284 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -94,6 +94,11 @@
     {
       matchPackageNames: ["python"],
       enabled: false
+    },
+    {
+      matchManagers: ["github-actions"],
+      matchPackageNames: ["python"],
+      enabled: false
     }
   ],
 

Reply via email to