mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 09:29:34 +00:00
13 lines
287 B
YAML
13 lines
287 B
YAML
pull_request_rules:
|
|
- name: Automatic merge on approval
|
|
conditions:
|
|
- "#approved-reviews-by>=1"
|
|
actions:
|
|
merge:
|
|
method: merge
|
|
- name: Security update by dependabot
|
|
conditions:
|
|
- "author=dependabot"
|
|
actions:
|
|
merge:
|
|
method: merge |