Skip to content

Commit

Permalink
Update broken config
Browse files Browse the repository at this point in the history
  • Loading branch information
inean committed Sep 1, 2024
1 parent fff1359 commit 8a0fb24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ queue_rules:
- check-success = format
- check-success = tests
merge_conditions:
- "#approved-reviews-by >= 1"
- "#approved-reviews-by>=1"
- check-success = container

- name: dep-update
batch_size: 10
queue_conditions:
- author=dependabot[bot]
- check-success=tests
merge_conditions:
- "#approved-reviews-by>=1"
merge_method: squash

pull_request_rules:
- name: Automatically Merge from Dependabot PRs
Expand Down

0 comments on commit 8a0fb24

Please sign in to comment.