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 928886c8f Disable renoavte update for python version (#3560)
928886c8f is described below
commit 928886c8f9f89822ed982a1a6d21f63608b4aba5
Author: Yong Zheng <[email protected]>
AuthorDate: Tue Jan 27 02:07:21 2026 -0600
Disable renoavte update for python version (#3560)
---
.github/renovate.json5 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index a4688c675..219b95d69 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -84,6 +84,11 @@
{
matchPackageNames: ["openapi-generator-cli"],
enabled: false
+ },
+ // Disable update for python version
+ {
+ matchPackageNames: ["python"],
+ enabled: false
}
],