Skip to content

Commit

Permalink
chore: update dependency workflow to squash
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <[email protected]>
  • Loading branch information
iamnewton authored Nov 19, 2024
1 parent 36ca009 commit ccebf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Fetch Dependabot metadata
id: metadata

- run: gh pr merge --auto --merge "$PR_URL"
- run: gh pr merge --auto --squash "$PR_URL"
name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
env:
Expand Down

0 comments on commit ccebf7f

Please sign in to comment.