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 4634418e2 Renovate: Bump only Quarkus platform BOM (#3817)
4634418e2 is described below
commit 4634418e2adc3954e5ca5efd396b8c5269a7973f
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Feb 19 21:22:02 2026 +0100
Renovate: Bump only Quarkus platform BOM (#3817)
The Quarkus platform BOM is usually released a couple of days after all
other Quarkus "components".
We only want to bump Quarkus when the platform BOM itself is available.
---
.github/renovate.json5 | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index d90e74336..ab0c7d4de 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -75,16 +75,23 @@
matchPackageNames: ["amazon/aws-cli"],
extends: ["schedule:weekly"],
},
- // Quarkus platform + plugin together
+ // Quarkus platform
+ // The Quarkus platform BOM is usually released a couple of days after all
other Quarkus "components".
+ // We only want to bump Quarkus when the platform BOM itself is available.
{
- groupName: "Quarkus Platform and Group",
+ groupName: "Quarkus Platform",
+ matchManagers: ["gradle"],
+ matchPackageNames: ["io.quarkus.platform:quarkus-bom"],
+ },
+ {
+ groupName: "Quarkus, ignore non Platform",
matchManagers: ["gradle"],
matchPackageNames: [
- "io.quarkus.platform:quarkus-bom",
"io.quarkus.platform:quarkus-amazon-services-bom",
"io.quarkus.platform:quarkus-google-cloud-services-bom",
"io.quarkus:io.quarkus.gradle.plugin",
],
+ enabled: false
},
// Disable update for openapi-generator-cli due to our OpenAPI spec version
{