Skip to content

Commit

Permalink
Adds mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Sep 23, 2024
1 parent c1b2de0 commit e8ab2aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pull_request_rules:
- name: approve dependabot pull requests
conditions:
- author=dependabot[bot]
actions:
review:
type: APPROVE

- name: merge dependabot pull requests
conditions:
- author=dependabot[bot]
- "#approved-reviews-by>=1"
- -title~=(?i).*ComplianceAsCode/content.*
actions:
merge:
method: merge

0 comments on commit e8ab2aa

Please sign in to comment.