1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-22 10:49:02 +00:00
starship/.github/workflows/merge-dependabot.yml

15 lines
338 B
YAML
Raw Normal View History

name: Auto-merge minor/patch
on:
schedule:
- cron: "0 * * * *"
jobs:
auto_merge:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- uses: koj-co/dependabot-pr-action@v1
with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
merge-minor: true
merge-patch: true