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 25, 2024
1 parent 30ee5ea commit 134479d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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]' ]
conditions: []
actions:
queue:
method: merge
name: dependabot-updates

0 comments on commit 134479d

Please sign in to comment.