Skip to content

Commit

Permalink
chore(renovate): only rebase when needed
Browse files Browse the repository at this point in the history
We need to rebase only when a PR is conflicted, since the merge queue enforces tests with up-to-date config.
  • Loading branch information
morremeyer committed Nov 23, 2024
1 parent 0d2c613 commit 51ca11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"labels": ["renovate"],
"rangeStrategy": "pin",
"rebaseWhen": "behind-base-branch",
"rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"packageRules": [
{
Expand Down

0 comments on commit 51ca11a

Please sign in to comment.