mirror of
https://github.com/starship/starship.git
synced 2024-12-28 01:58:51 +01:00
ci: auto-merge dependabot PRs on a schedule (#2669)
This commit is contained in:
parent
abe830ffe7
commit
ab735e880b
14
.github/workflows/merge-dependabot.yml
vendored
Normal file
14
.github/workflows/merge-dependabot.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user