1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 03:32:36 +00:00
starship/.github/workflows/merge-dependabot.yml
2021-05-03 11:17:10 -04:00

15 lines
374 B
YAML

name: Auto-merge Dependabot PRs
on:
schedule:
- cron: "0 * * * *"
jobs:
auto_merge:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- uses: akheron/dependabot-cron-action@b44d8e19e4f49eede254d9884e3f0e7712d431ba
with:
token: ${{ secrets.GITHUB_TOKEN }}
auto-merge: "minor"
merge-method: "squash"