This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from sircharlo/mergify/sircharlo/config-update
ci(Mergify): configuration update
- Loading branch information
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
pull_request_rules: | ||
- name: Automatic merge for trusted authors and dependabot | ||
#- 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 | ||
- name: Automatically merge Dependabot PRs | ||
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\. | ||
- author = dependabot[bot] | ||
actions: | ||
update: | ||
merge: | ||
method: squash | ||
#merge: | ||
queue: | ||
|
||
queue_rules: | ||
# If you have other queues defined, add this at the end so it is processed last | ||
- name: dep-update | ||
batch_size: 10 | ||
# Wait for up to 30 minutes for the batch to fill up | ||
batch_max_wait_time: 30 min | ||
queue_conditions: | ||
- author = dependabot[bot] |