Skip to content

Commit 23a9fba

Browse files
chore(mergify): habilitar merge automático de PR do dependabot
1 parent 557ff31 commit 23a9fba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.mergify.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pull_request_rules:
2+
- name: Automatic squash on approval
3+
conditions:
4+
- approved-reviews-by>=1
5+
- author=dependabot
6+
actions:
7+
merge:
8+
strict: true
9+
strict_method: rebase
10+
method: squash

0 commit comments

Comments
 (0)