Skip to content

Auto-merge dependabot PRs #1

Auto-merge dependabot PRs

Auto-merge dependabot PRs #1

Workflow file for this run

name: Mergeabot

Check failure on line 1 in .github/workflows/mergeabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mergeabot.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
cron: "0 0 * * *"
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
mergeabot:
runs-on: ubuntu-latest
steps:
- uses: freckle/mergeabot-action@v1