1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 09:30:49 +00:00

Delete auto-merge.yml

This commit is contained in:
Matan Kushner 2021-04-29 20:13:57 -04:00 committed by GitHub
parent 5c661c0f29
commit f99ac9faef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
name: Dependabot
on: [pull_request]
jobs:
auto_merge:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}