Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
// BE CAREFUL WITH THIS OPTION and make sure that the changes work.
baseBranches: [
"main",
"release/1.0.x",
],
additionalBranchPrefix: "{{baseBranch}}/",
commitMessagePrefix: "{{baseBranch}}: ",
Comment thread
eric-maynard marked this conversation as resolved.
Expand Down Expand Up @@ -80,13 +79,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.
Expand Down
Loading