Skip to content

Commit

Permalink
chore(renovate): set automerge strategy to squash (#40)
Browse files Browse the repository at this point in the history
This change configures the automerge strategy for Renovatebot to use
`squash`.

Ensures that pull requests from Renovatebot are automatically merged
with a squashed commit.

Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor authored Dec 2, 2023
1 parent 9beed15 commit 31b4e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"baseBranches": ["main"],
"minimumReleaseAge": "3 days",
"rollbackPrs": true,
"automergeStrategy": "squash",
"reviewers": ["@lapotor", "@whyauthentic"],
"packageRules": [
{
Expand Down

0 comments on commit 31b4e65

Please sign in to comment.