Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#747)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Nov 20, 2024
1 parent 9db4743 commit bd1ed7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
queue_rules:
- name: dependabot-updates
conditions:
queue_conditions:
- author=dependabot[bot]
- base=development
merge_conditions:
- check-success=lints
- check-success=check
merge_method: squash

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

0 comments on commit bd1ed7a

Please sign in to comment.