mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
14 lines
367 B
YAML
14 lines
367 B
YAML
pull_request_rules:
|
|
- name: Security update by dependabot
|
|
conditions:
|
|
- author~=^dependabot(|-preview)\[bot\]$
|
|
actions:
|
|
merge:
|
|
method: merge
|
|
- 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!
|