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 22, 2024
1 parent bd84346 commit 617d38f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
queue_rules:
- name: dependabot
conditions:
queue_conditions:
- author=dependabot[bot]
merge_conditions:
- author=dependabot[bot]
- status-success=build
- base=main
merge_method: squash

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

0 comments on commit 617d38f

Please sign in to comment.