Skip to content

Commit

Permalink
Use main version of reusable WF in merge-dependabot-pr.yml
Browse files Browse the repository at this point in the history
The `spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml` behaviour has been changed.
So, this change is to test it for the next Dependabot updates cycle.
  • Loading branch information
artembilan committed Jan 29, 2025
1 parent 36e4012 commit c44363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
merge-dependabot-pr:
permissions: write-all

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

0 comments on commit c44363a

Please sign in to comment.