Skip to content

Commit cf95a6f

Browse files
authored
Renovate: Group all Quarkus dependencies (#1206)
Quarkus-platform releases happen some time after the "actual" Quarkus release, which causes "broken" CI for Renovate PRs against for example the Quarkus Gradle plugin. This change groups all Quarkus dependencies together to consistently bump all Quarkus-platform dependencies at once.
1 parent 30b9c4c commit cf95a6f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@
6565
extends: ["schedule:weekly"],
6666
},
6767

68+
// Quarkus platform + plugin together
69+
{
70+
groupName: "Quarkus Platform and Group",
71+
matchManagers: ["gradle"],
72+
matchPackageNames: [
73+
"io.quarkus.platform:quarkus-bom",
74+
"io.quarkus.platform:quarkus-amazon-services-bom",
75+
"io.quarkus.platform:quarkus-google-cloud-services-bom",
76+
"io.quarkus:io.quarkus.gradle.plugin",
77+
],
78+
},
79+
6880
// Turn off major & minor version updates on version-branches
6981
{
7082
matchBaseBranches: ["/^release/.*/"],

0 commit comments

Comments
 (0)