Skip to content

Commit

Permalink
Add mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Oct 24, 2023
1 parent ce191bc commit 0a1eef7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pull_request_rules:
- name: Automatic merge for Dependabot pull requests
conditions:
- author=dependabot[bot]
actions:
merge:
method: squash

- name: Automatic update to the main branch for pull requests
conditions:
- -conflict # skip PRs with conflicts
- -draft # skip GH draft PRs
- -author=dependabot[bot] # skip dependabot PRs
actions:
update:

0 comments on commit 0a1eef7

Please sign in to comment.