Skip to content

Commit

Permalink
ci: Create .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored May 19, 2024
1 parent 1a00ede commit e74611b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
queue_rules:
- name: renovate
conditions:
- author=renovate[bot]
- status-success=build

pull_request_rules:
- name: merge pull requests from renovate bot if CI passes
conditions:
- author=renovate[bot]
- status-success=build
actions:
queue:
name: renovate

0 comments on commit e74611b

Please sign in to comment.