diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 7dba93b..808ccde 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -42,7 +42,7 @@ jobs: # Auto-merge all Dependabot PRs with patch updates if: ${{ steps.meta.outputs.update-type == 'version-update:semver-patch' }} id: automerge - uses: pascalgn/automerge-action@v0.16.3 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: ${{ secrets.M31_PAT }} MERGE_METHOD: 'squash'