Skip to content

Commit

Permalink
fix(internal): ensure rebaseWhen is always 'behind-base-branch' (#1071
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marcusrbrown authored Aug 16, 2024
1 parent 0ff56e2 commit 0391c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
matchManagers: ['github-actions'],
automergeType: 'pr',
prCreation: 'immediate',
rebaseWhen: 'conflicted',
rebaseWhen: 'behind-base-branch',
},
{
description: 'Group npm dependencies by name.',
Expand Down

0 comments on commit 0391c77

Please sign in to comment.