Browse Source

Update renovate_bot.yml

Signed-off-by: Ettore Di Giacinto <[email protected]>
Ettore Di Giacinto 1 year ago
parent
commit
eccbcd283f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/renovate_bot.yml

+ 1 - 2
.github/workflows/renovate_bot.yml

@@ -28,8 +28,7 @@ jobs:
           PR_URL: ${{github.event.pull_request.html_url}}
           GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
 
-      - name: Enable auto-merge for Dependabot PRs
-        if: ${{ contains(github.event.pull_request.title, 'bump')}}
+      - name: Enable auto-merge for Renovate PRs
         run: gh pr merge --auto --squash "$PR_URL"
         env:
           PR_URL: ${{github.event.pull_request.html_url}}