Skip to content

Commit

Permalink
Swap from Mergify to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed May 1, 2021
1 parent 642dd62 commit c7c2b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/mergify.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto-merge minor/patch
on:
schedule:
- cron: "0 * * * *"
jobs:
test:
name: Auto-merge minor and patch updates
runs-on: ubuntu-latest
steps:
- uses: koj-co/dependabot-pr-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
merge-minor: true
merge-patch: true

0 comments on commit c7c2b70

Please sign in to comment.