Skip to content

Commit

Permalink
chore(ci): Unique names for merge rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 21, 2025
1 parent 3f0399d commit 6a1b387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pull_request_rules:
- -author=dependabot[bot]
actions:
update:
- name: Automatically approve Dependabot PRs that does not bump major
- name: Automatically approve Dependabot PRs bumping minor
conditions:
- author=dependabot[bot]
- dependabot-update-type = version-update:semver-minor
actions:
review:
type: APPROVE
- name: Automatically approve Dependabot PRs that does not bump major
- name: Automatically approve Dependabot PRs bumping patch
conditions:
- author=dependabot[bot]
- dependabot-update-type = version-update:semver-patch
Expand Down

0 comments on commit 6a1b387

Please sign in to comment.