2021-04-29 23:12:30 +00:00
|
|
|
name: Auto-merge Dependabot PRs
|
2021-04-29 22:40:03 +00:00
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 * * * *"
|
|
|
|
jobs:
|
|
|
|
auto_merge:
|
2021-08-17 12:46:17 +00:00
|
|
|
if: (github.event_name == 'schedule' && github.repository == 'starship/starship') || (github.event_name != 'schedule')
|
2021-04-29 22:40:03 +00:00
|
|
|
name: Auto-merge Dependabot PRs
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-06-11 06:26:18 +00:00
|
|
|
- uses: akheron/dependabot-cron-action@d020867c009553e279f0200b621459444828a9b0
|
2021-04-29 22:40:03 +00:00
|
|
|
with:
|
2021-05-03 16:59:25 +00:00
|
|
|
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
|
2021-05-03 13:17:01 +00:00
|
|
|
auto-merge: "minor"
|
|
|
|
merge-method: "squash"
|