Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# see:
# - https://docs.mergify.com/getting-started/
pull_request_rules:
- name: automatic approve dependabot pull requests
conditions:
- 'author~=dependabot[bot]|dependabot-preview[bot]|dependabot'
actions:
review:
type: APPROVE

- name: automatic merge dependabot pull requests
conditions:
- 'author~=dependabot[bot]|dependabot-preview[bot]|dependabot'
- '#approved-reviews-by>=1'
- 'base=main' # replace 'main' with the name of the branch you want to auto-merge into
actions:
merge:
method: merge