Merge branch 'main' into develop

This commit is contained in:
James Cole 2021-11-12 20:26:10 +01:00
commit e6a2c10a19
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

13
.mergify.yml Normal file
View File

@ -0,0 +1,13 @@
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