Skip to content

Commit

Permalink
Auto-merge dependabot PRs (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed May 26, 2023
1 parent d946a1c commit 9b608c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mergeabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Mergeabot

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

0 comments on commit 9b608c6

Please sign in to comment.