From 105d52a082ef0f3723528f90da9dcc3864ab3d82 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 28 Aug 2021 21:42:14 +0000 Subject: [PATCH] File sync from s4u/.github - Auto merge patch and minor updates --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4e4d0c27..8debacff 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -22,7 +22,7 @@ jobs: - name: Enable auto-merge for Dependabot PRs if: > github.actor == 'dependabot[bot]' - && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' + && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}}