Skip to content

Commit

Permalink
Merge pull request #612 from weseek/fix/mergify-configs-no3
Browse files Browse the repository at this point in the history
fix: Automatically approve PRs made by dependabot
  • Loading branch information
ryu-sato authored Apr 28, 2024
2 parents 53ba2d3 + 01a5d0f commit 2fe8723
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ pull_request_rules:
conditions:
- author = dependabot[bot]
- and: *required_actions_were_succeeded_or_skipped
# override rules of branch protection
# - no approve is needed
# - no need to be HEAD whose base branch of PR
- "#approved-reviews-by >= 0"
- "#commits-behind >= 0"
actions:
review:
type: APPROVE
message: Automatically approving dependabot[bot]
merge:
method: merge

0 comments on commit 2fe8723

Please sign in to comment.