Skip to content

Commit

Permalink
add mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalbani committed Sep 28, 2021
1 parent abbd13a commit 70d1f7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ide folder
.idea

# node modules
node_modules/

Expand Down
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
method: merge
- name: Automatic merge ⬇️ on approval ✔
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: merge

0 comments on commit 70d1f7a

Please sign in to comment.