Skip to content

Commit

Permalink
Merge pull request #203 from sircharlo/mergify/sircharlo/config-update
Browse files Browse the repository at this point in the history
ci(Mergify): configuration update
  • Loading branch information
sircharlo authored Oct 10, 2023
2 parents f131923 + 0ec3435 commit d3a28a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pull_request_rules:
- name: Automatic merge for trusted authors and dependabot
conditions:
- or:
- 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 d3a28a7

Please sign in to comment.