Update infection/infection requirement from ^0.26 to ^0.26 || ^0.29 #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enable automerge on dependabot PRs | |
on: | |
# See note below about using pull_request_target | |
pull_request_target: | |
jobs: | |
automerge: | |
name: 🚀 Enable automerge on dependabot PRs | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🚀 Enable automerge on dependabot PRs | |
uses: daneden/enable-automerge-action@v1 | |
with: | |
# A personal access token that you have generated and saved in the | |
# repo or org’s encrypted secrets | |
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }} |