Skip to content

Commit dde918a

Browse files
committed
auto-approve PRs from dependabot
1 parent d4e8f4b commit dde918a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ pull_request_rules:
3434
add:
3535
- documentation
3636

37+
- name: automatic approval for Dependabot pull requests
38+
conditions:
39+
- author=dependabot[bot]
40+
actions:
41+
review:
42+
type: APPROVE
43+
message: Automatically approving dependabot
44+
3745
- name: Add breaking-change label
3846
# https://docs.openstack.org/pbr/latest/user/features.html
3947
conditions:

0 commit comments

Comments
 (0)