Skip to content

Commit

Permalink
reconfigure mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank committed Jan 13, 2025
1 parent ce8df6a commit 408f644
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: automatic merge for Dependabot pull requests

conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=CI - test and coverage / test (pull_request)
- title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.

actions:
merge:
method: merge

0 comments on commit 408f644

Please sign in to comment.