This is an automated email from the ASF dual-hosted git repository. emaynard 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 bd164f51e Disable renovatebot on release branches (#2085) bd164f51e is described below commit bd164f51ebb4cac4d64ea45a3e15458429e9f8eb Author: Eric Maynard <eric.maynard+...@snowflake.com> AuthorDate: Tue Jul 15 11:41:38 2025 -0700 Disable renovatebot on release branches (#2085) Per the mailing list thread "[DISCUSS] Disable renovatebot on release branches", we should not do automatic dependency upgrades for release branches. Since it seems `release/1.0.x` is a release branch, we can remove this regex from renovate's list. --- .github/renovate.json5 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c87f3f2e5..76f1f6534 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,7 +33,6 @@ // BE CAREFUL WITH THIS OPTION and make sure that the changes work. baseBranches: [ "main", - "release/1.0.x", ], pip_requirements: { @@ -78,13 +77,6 @@ "io.quarkus:io.quarkus.gradle.plugin", ], }, - - // Turn off major & minor version updates on version-branches - { - matchBaseBranches: ["/^release/.*/"], - matchUpdateTypes: ["major", "minor"], - enabled: false - }, ], // Max 50 PRs in total, 5 per hour.