Skip to content

Commit

Permalink
Use autoMergeSnapshots for merge-dependabot-pr.yml
Browse files Browse the repository at this point in the history
(cherry picked from commit b0867f8)
  • Loading branch information
artembilan authored and spring-builds committed Jul 24, 2024
1 parent 4a3b175 commit 669e0d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
merge-dependabot-pr:
permissions: write-all

uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v3
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
with:
mergeArguments: --auto --squash
mergeArguments: --auto --squash
autoMergeSnapshots: true

0 comments on commit 669e0d4

Please sign in to comment.