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

snazy 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 a827d261a Run renovatebot only on the main branch (#1786)
a827d261a is described below

commit a827d261a32afae73f33e531790ed129a51e263a
Author: JB Onofré <jbono...@apache.org>
AuthorDate: Tue Jun 3 09:28:10 2025 +0200

    Run renovatebot only on the main branch (#1786)
---
 .github/renovate.json5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 2f89c0906..a387d0839 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -30,7 +30,7 @@
 
   // Added for posterity how to let Renovate manage version-branches, assuming 
that release branches
   // have the `release/` prefix.
-  baseBranches: ["main", "/^release\\/.*/"],
+  baseBranches: ["main"],
   additionalBranchPrefix: "{{baseBranch}}/",
   commitMessagePrefix: "{{baseBranch}}: ",
 

Reply via email to