Skip to content

Commit

Permalink
fix(ci): auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelluardo committed Sep 24, 2024
1 parent 20a63ee commit 44f2627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- match:
dependency_type: all
update_type: "semver:minor" # includes patch updates!
command: squash and merge
dependency_type: all
update_type: "semver:minor" # includes patch updates!
3 changes: 2 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: squash and merge
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 44f2627

Please sign in to comment.