Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Olivier Savignac <sircharlo@gmail.com>
  • Loading branch information
sircharlo committed Jun 20, 2024
1 parent 92c7426 commit 169638d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 169638d

Please sign in to comment.