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 20, 2024
1 parent 30ee5ea commit 32da68c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
queue_rules:
- name: dependabot-updates
conditions:
queue_conditions:
- 'author=dependabot[bot]'
merge_conditions:
- check-success=Run Tests
- check-success=Check Javadocs
- check-success=Analyze
- check-success=CodeQL
- check-success=CodeFactor
merge_method: merge

pull_request_rules:
- name: Automatic merge for Dependabot pull requests
conditions: [ 'author=dependabot[bot]' ]
- name: refactored queue action rule
conditions: []
actions:
queue:
method: merge
name: dependabot-updates

0 comments on commit 32da68c

Please sign in to comment.