insights/.mergify.yml

16 lines
350 B
YAML
Raw Normal View History

pull_request_rules:
- name: automatic merge for Renovate pull requests
conditions:
- author=renovate[bot]
# - check-success=build
actions:
merge:
method: rebase
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: rebase