Skip to content

Commit

Permalink
chore(ci): Only auto-approve patch and minor releases
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 14, 2025
1 parent 1f97bf3 commit 8f91ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ pull_request_rules:
- -author=dependabot[bot]
actions:
update:
- name: Automatically approve Dependabot PRs
- name: Automatically approve Dependabot PRs that does not bump major
conditions:
- author=dependabot[bot]
- dependabot-update-type = version-update:semver-minor
actions:
review:
type: APPROVE

0 comments on commit 8f91ad4

Please sign in to comment.