From 8f91ad4670cf8c6aa8c313c26594b2f17a20090e Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 14 Jan 2025 09:27:50 +0100 Subject: [PATCH] chore(ci): Only auto-approve patch and minor releases --- .github/mergify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index d22b04c0..3443501f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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