Skip to content

Commit

Permalink
🤖 renovate: Only update branch in case of conflicts
Browse files Browse the repository at this point in the history
Renovate defaults to `behind-base-branch` strategy if automerge is
enabled (which we do now for non-major update). We don't need
unnecessary rebasing when there are no conflicts.
  • Loading branch information
Zeeshan Ali Khan committed Feb 19, 2024
1 parent b52a2cf commit 62002d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"rebaseWhen": "conflicted"
}
]
}

0 comments on commit 62002d1

Please sign in to comment.