Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 21, 2024
1 parent a2c803a commit c766e71
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

pull_request_rules:
- name: Dependabot
conditions:
- author=dependabot[bot]
- check-success=all-tests-succeeded
- name: refactored queue action rule
conditions: []
actions:
queue:
method: merge
name: dependabot

queue_rules:
- name: dependabot
batch_size: 10
batch_max_wait_time: 30 min
queue_conditions:
- author=dependabot[bot]
- check-success=all-tests-succeeded
- check-success=all-tests-succeeded
- author=dependabot[bot]
- check-success=all-tests-succeeded
merge_conditions: []
merge_method: merge

0 comments on commit c766e71

Please sign in to comment.