Skip to content
Open
Changes from 1 commit
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
7 changes: 4 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"config:base"
],
"branchName": "{{{baseBranch}}}-{{{branchTopic}}}",
"rebaseWhen": "behind-base-branch",
Copy link
Member Author

Choose a reason for hiding this comment

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

PRs should be rebased when behind base branch.

"branchName": "{{{baseBranch}}}-renovate-{{{branchTopic}}}",
Copy link
Member Author

Choose a reason for hiding this comment

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

  • Adding -renovate suffix so that the branch protection rule needed for auto-merge can distinguish between feature branches and renovate branches.
  • {{{baseBranch}}} must always come first since otherwise our CI wouldn't run.

"addLabels": [
"dependencies"
],
Expand All @@ -22,7 +23,7 @@
"enabled": false
},
"lockFileMaintenance": {
//"automerge": true // auto-merge will be activated in a second step
"automerge": true
"enabled": true,
"addLabels": [
"automerge",
Expand Down Expand Up @@ -57,7 +58,7 @@
"enabled": false
},
{
//"automerge": true // auto-merge will be activated in a second step
"automerge": true
"matchUpdateTypes": [
"patch"
],
Expand Down