Skip to content

Commit

Permalink
ci: update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masnagam committed May 23, 2024
1 parent e2776e6 commit c65d237
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
pull_request_rules:
- name: Automatically approve Dependabot PRs
conditions:
- author = dependabot[bot]
actions:
review:
type: APPROVE
- name: automatic merge for Dependabot pull requests
conditions:
- author = dependabot[bot]
- '#approved-reviews-by >= 1'
actions:
merge:
method: merge

0 comments on commit c65d237

Please sign in to comment.