diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 00000000..9b1db20b --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,16 @@ +pull_request_rules: + - name: Automatic merge for trusted authors and dependabot + conditions: + - or: + - author=mtdvlpr + - author=sircharlo + - and: + - author=dependabot[bot] + - or: + - title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\. + - title~=^chore\(deps\). bump [^\s]+ from ([\d]+)\..+ to \1\. + - title~=^chore\(deps-dev\). bump [^\s]+ from ([\d]+)\..+ to \1\. + actions: + update: + merge: + method: squash \ No newline at end of file