Remove nyholm/psr7 config #990
Workflow file for this run
This file contains hidden or 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: Auto-merge | |
| on: | |
| pull_request: ~ | |
| jobs: | |
| auto-merge: | |
| runs-on: ubuntu-20.04 | |
| steps: | |
| - | |
| name: Checkout repository | |
| uses: actions/checkout@v2 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| - | |
| name: Auto-merge minor dependencies upgrades | |
| uses: ahmadnassri/action-dependabot-auto-merge@v2 | |
| with: | |
| target: minor | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| config: .github/dependabot.yml |