Skip to content
Merged
Changes from all 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
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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}}: ",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use the renovate: prefix instead of main: now? WDYT?


Expand Down
Loading