From e6fa49c702ef72b1f898a46e9ecc8028c9621ab8 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Mon, 27 Jan 2025 16:46:12 +0500 Subject: [PATCH] chore: remove patch condition for dependabot PRs Most of the depdnabot PRs are minor updates so removing this condition to make automation more usdeul --- .github/workflows/contrib.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 6b1c4a39a3a23..655c0e118d3f7 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -43,7 +43,6 @@ jobs: GH_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Enable auto-merge for Dependabot PRs - if: steps.metadata.outputs.update-type == 'version-update:semver-patch' run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}}