firefly-iii/.github/mergify.yml

14 lines
367 B
YAML
Raw Normal View History

2021-11-21 23:34:03 -06:00
pull_request_rules:
- name: Security update by dependabot
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
2021-11-25 00:16:05 -06:00
method: merge
2021-12-18 23:56:11 -06:00
- name: Close all on main
conditions:
- base=main
actions:
close:
message: Please do not open PR's on the `main` branch, but on the `develop` branch only. Thank you!